Skip to content

Commit

Permalink
remove redundant type meta in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KnVerey committed Jan 24, 2023
1 parent 8f75682 commit d315600
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/krusty/generatoroptions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ metadata:
func TestGeneratorOptionsOverlayDisableNameSuffixHash(t *testing.T) {
th := kusttest_test.MakeHarness(t)
th.WriteK("base", `
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generatorOptions:
disableNameSuffixHash: false
labels:
Expand All @@ -106,8 +104,6 @@ configMapGenerator:
- foo=bar
`)
th.WriteK("overlay", `
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
generatorOptions:
Expand Down

0 comments on commit d315600

Please sign in to comment.