Skip to content

Commit c710e18

Browse files
Drop MachinePools from Dualstack tests
Signed-off-by: killianmuldoon <[email protected]>
1 parent 332882b commit c710e18

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- op: remove
2+
path: /spec/topology/workers/machinePools

test/e2e/data/infrastructure-docker/main/cluster-template-topology-dualstack-ipv4-primary/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ bases:
22
- ../bases/cluster-with-topology.yaml
33
- ../bases/crs.yaml
44

5+
patchesStrategicMerge:
6+
- cluster.yaml
57
patches:
6-
- cluster.yaml
8+
- path: ./drop-machinepools.yaml
9+
target:
10+
group: cluster.x-k8s.io
11+
version: v1beta1
12+
kind: Cluster
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- op: remove
2+
path: /spec/topology/workers/machinePools

test/e2e/data/infrastructure-docker/main/cluster-template-topology-dualstack-ipv6-primary/kustomization.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ bases:
22
- ../bases/cluster-with-topology.yaml
33
- ../bases/crs.yaml
44

5+
patchesStrategicMerge:
6+
- cluster.yaml
57
patches:
6-
- cluster.yaml
8+
- path: ./drop-machinepools.yaml
9+
target:
10+
group: cluster.x-k8s.io
11+
version: v1beta1
12+
kind: Cluster

0 commit comments

Comments
 (0)