Update generatorOptions.md

fix indentation
This commit is contained in:
George Gaál
2025-04-12 13:38:02 +02:00
committed by GitHub
parent 7372f97c19
commit b201d97541

View File

@@ -29,11 +29,11 @@ Add following generatorOptions
``` ```
cat >> $DEMO_HOME/kustomization.yaml << EOF cat >> $DEMO_HOME/kustomization.yaml << EOF
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true
labels: labels:
kustomize.generated.resource: somevalue kustomize.generated.resource: somevalue
annotations: annotations:
annotations.only.for.generated: othervalue annotations.only.for.generated: othervalue
EOF EOF
``` ```
Run `kustomize build` and make sure that the generated ConfigMap Run `kustomize build` and make sure that the generated ConfigMap