Merge pull request #5890 from gecube/patch-2

fix indent in example yaml at generatorOptions.md
This commit is contained in:
Kubernetes Prow Robot
2025-04-28 23:37:54 -07:00
committed by GitHub

View File

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