We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 922f03e + 803d45e commit a5e83f2Copy full SHA for a5e83f2
test/e2e/data/kustomize/v1alpha7/kustomization.yaml
@@ -1,26 +1,14 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
-- ../../../../../kustomize/v1alpha6/external-cloud-provider
+- ../../../../../kustomize/v1alpha7/default
5
6
components:
7
- ../common-patches/cluster-prev1beta1
8
- ../common-patches/cni
9
- ../common-patches/ccm
10
11
patches:
12
-- patch: |-
13
- apiVersion: infrastructure.cluster.x-k8s.io/v1alpha7
14
- kind: OpenStackMachineTemplate
15
- metadata:
16
- name: ignored
17
- spec:
18
- template:
19
20
- networks:
21
- - {}
22
- target:
23
24
- path: bastion.yaml
25
target:
26
kind: OpenStackCluster
0 commit comments