mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Fix some comments and format nits.
This commit is contained in:
@@ -155,7 +155,8 @@ func TestCustomConfigWithDefaultOverspecification(t *testing.T) {
|
||||
makeBaseReferencingCustomConfig(th)
|
||||
th.writeDefaultConfigs("/app/base/config/defaults.yaml")
|
||||
// Specifying namePrefix here conflicts with (is the same as)
|
||||
// the defaults written above.
|
||||
// the defaults written above. This is intentional in the
|
||||
// test to assure duplicate config doesn't cause problems.
|
||||
th.writeF("/app/base/config/custom.yaml", `
|
||||
namePrefix:
|
||||
- path: metadata/name
|
||||
|
||||
Reference in New Issue
Block a user