Update generatorOptions.md

This commit is contained in:
Jeff Regan
2018-11-07 10:53:46 -08:00
committed by GitHub
parent 4827d9984f
commit 95fed47c1c

View File

@@ -2,7 +2,7 @@
Kustomize provides options to modify the behavior of ConfigMap and Secret generators. These options include
- disable appending a content has suffix to the names of generated resources
- disable appending a content hash suffix to the names of generated resources
- adding labels to generated resources
- adding annotations to generated resources
- changing shell and arguments for getting data from commands
@@ -59,4 +59,4 @@ Run `kustomize build` and make sure that the generated ConfigMap
$(kustomize build $DEMO_HOME | grep -A 1 "annotations" | grep "annotations.only.for.generated" | wc -l); \
echo $?
```