Skip to content

Commit a5e83f2

Browse files
authored
Merge pull request #2028 from shiftstack/v1alpha7e2e
🐛 Fix v1alpha7 e2e tests
2 parents 922f03e + 803d45e commit a5e83f2

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

test/e2e/data/kustomize/v1alpha7/kustomization.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../../../../../kustomize/v1alpha6/external-cloud-provider
4+
- ../../../../../kustomize/v1alpha7/default
55

66
components:
77
- ../common-patches/cluster-prev1beta1
88
- ../common-patches/cni
99
- ../common-patches/ccm
1010

1111
patches:
12-
- patch: |-
13-
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha7
14-
kind: OpenStackMachineTemplate
15-
metadata:
16-
name: ignored
17-
spec:
18-
template:
19-
spec:
20-
networks:
21-
- {}
22-
target:
23-
kind: OpenStackMachineTemplate
2412
- path: bastion.yaml
2513
target:
2614
kind: OpenStackCluster

0 commit comments

Comments
 (0)