Skip to content

Commit

Permalink
Merge pull request #9477 from killianmuldoon/pr-drop-dualstack-machin…
Browse files Browse the repository at this point in the history
…epools

🐛 Drop MachinePools from Dualstack tests
  • Loading branch information
k8s-ci-robot committed Sep 21, 2023
2 parents b3b9928 + c710e18 commit 338fe5b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- op: remove
path: /spec/topology/workers/machinePools
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ bases:
- ../bases/cluster-with-topology.yaml
- ../bases/crs.yaml

patchesStrategicMerge:
- cluster.yaml
patches:
- cluster.yaml
- path: ./drop-machinepools.yaml
target:
group: cluster.x-k8s.io
version: v1beta1
kind: Cluster
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- op: remove
path: /spec/topology/workers/machinePools
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ bases:
- ../bases/cluster-with-topology.yaml
- ../bases/crs.yaml

patchesStrategicMerge:
- cluster.yaml
patches:
- cluster.yaml
- path: ./drop-machinepools.yaml
target:
group: cluster.x-k8s.io
version: v1beta1
kind: Cluster

0 comments on commit 338fe5b

Please sign in to comment.