Skip to content

Commit 108ba30

Browse files
gecubeMrflatt
authored andcommitted
Update generatorOptions.md
fix indentation
1 parent 7c24b4c commit 108ba30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/generatorOptions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Add following generatorOptions
2929
```
3030
cat >> $DEMO_HOME/kustomization.yaml << EOF
3131
generatorOptions:
32-
disableNameSuffixHash: true
33-
labels:
34-
kustomize.generated.resource: somevalue
35-
annotations:
36-
annotations.only.for.generated: othervalue
32+
disableNameSuffixHash: true
33+
labels:
34+
kustomize.generated.resource: somevalue
35+
annotations:
36+
annotations.only.for.generated: othervalue
3737
EOF
3838
```
3939
Run `kustomize build` and make sure that the generated ConfigMap

0 commit comments

Comments
 (0)