mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
minor fix: incorrect apiVersion and add NoOpTransformer for vars (#757)
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
||||
name: example
|
||||
`)
|
||||
th.writeF("/app/kustomization.yaml", `
|
||||
apiVersion: v1beta1
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
Reference in New Issue
Block a user