mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 10:08:34 +00:00
remove redundant type meta in tests
This commit is contained in:
@@ -94,8 +94,6 @@ metadata:
|
|||||||
func TestGeneratorOptionsOverlayDisableNameSuffixHash(t *testing.T) {
|
func TestGeneratorOptionsOverlayDisableNameSuffixHash(t *testing.T) {
|
||||||
th := kusttest_test.MakeHarness(t)
|
th := kusttest_test.MakeHarness(t)
|
||||||
th.WriteK("base", `
|
th.WriteK("base", `
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: false
|
disableNameSuffixHash: false
|
||||||
labels:
|
labels:
|
||||||
@@ -106,8 +104,6 @@ configMapGenerator:
|
|||||||
- foo=bar
|
- foo=bar
|
||||||
`)
|
`)
|
||||||
th.WriteK("overlay", `
|
th.WriteK("overlay", `
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
|
|||||||
Reference in New Issue
Block a user