mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
change current version from v1 to v1beta1
This commit is contained in:
@@ -173,7 +173,7 @@ func TestPreserveComments(t *testing.T) {
|
||||
`# shem qing some comments
|
||||
# This is some comment we should preserve
|
||||
# don't delete it
|
||||
apiVersion: v1
|
||||
apiVersion: v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- pod.yaml
|
||||
@@ -228,7 +228,7 @@ resources:
|
||||
- service.yaml
|
||||
|
||||
APIVersion: v1beta1
|
||||
kind: kustomization.yaml
|
||||
kind: kustomization
|
||||
|
||||
# something you may want to keep
|
||||
vars:
|
||||
@@ -266,7 +266,7 @@ resources:
|
||||
- service.yaml
|
||||
|
||||
apiVersion: v1beta1
|
||||
kind: kustomization.yaml
|
||||
kind: kustomization
|
||||
|
||||
# something you may want to keep
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user