diff --git a/test/e2e/data/kustomize/common-patches/ccm/kustomization.yaml b/test/e2e/data/kustomize/common-patches/ccm/kustomization.yaml index 07cf642d5d..ee38329dac 100644 --- a/test/e2e/data/kustomize/common-patches/ccm/kustomization.yaml +++ b/test/e2e/data/kustomize/common-patches/ccm/kustomization.yaml @@ -7,10 +7,6 @@ resources: - ccm.yaml patches: -- target: - kind: OpenStackCluster - name: \${CLUSTER_NAME} - path: patch-allow-all-in-cluster-traffic.yaml - target: kind: KubeadmControlPlane name: \${CLUSTER_NAME}-control-plane diff --git a/test/e2e/data/kustomize/common-patches/ccm/patch-allow-all-in-cluster-traffic.yaml b/test/e2e/data/kustomize/common-patches/ccm/patch-allow-all-in-cluster-traffic.yaml deleted file mode 100644 index 240bc43cd0..0000000000 --- a/test/e2e/data/kustomize/common-patches/ccm/patch-allow-all-in-cluster-traffic.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- op: add - path: /spec/allowAllInClusterTraffic - value: true