mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 09:02:53 +00:00
Rename disableHash to disableNameSuffixHash
This commit is contained in:
@@ -241,7 +241,7 @@ patchesStrategicMerge:
|
||||
- pod.yaml
|
||||
# generator options
|
||||
generatorOptions:
|
||||
disableHash: true
|
||||
disableNameSuffixHash: true
|
||||
`)
|
||||
|
||||
expected := []byte(`
|
||||
@@ -279,7 +279,7 @@ patchesStrategicMerge:
|
||||
- pod.yaml
|
||||
# generator options
|
||||
generatorOptions:
|
||||
disableHash: true
|
||||
disableNameSuffixHash: true
|
||||
`)
|
||||
fSys := fs.MakeFakeFS()
|
||||
fSys.WriteTestKustomizationWith(kustomizationContentWithComments)
|
||||
|
||||
Reference in New Issue
Block a user