Skip to content

Commit 88b18ab

Browse files
committed
Fix v1alpha7 e2e tests
The v1alpha7 tests were previously testing v1alpha6.
1 parent 62dda69 commit 88b18ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)