We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c24b4c commit 108ba30Copy full SHA for 108ba30
examples/generatorOptions.md
@@ -29,11 +29,11 @@ Add following generatorOptions
29
```
30
cat >> $DEMO_HOME/kustomization.yaml << EOF
31
generatorOptions:
32
- disableNameSuffixHash: true
33
- labels:
34
- kustomize.generated.resource: somevalue
35
- annotations:
36
- annotations.only.for.generated: othervalue
+ disableNameSuffixHash: true
+ labels:
+ kustomize.generated.resource: somevalue
+ annotations:
+ annotations.only.for.generated: othervalue
37
EOF
38
39
Run `kustomize build` and make sure that the generated ConfigMap
0 commit comments