Merge pull request #716 from Deepomatic/fix-typo_generatorOptions_doc

Fix typo in generatorOptions example doc
This commit is contained in:
Kubernetes Prow Robot
2019-01-23 08:51:46 -08:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ Kustomize provides options to modify the behavior of ConfigMap and Secret genera
This demo shows how to use these options. First create a workspace.
```
DEMO_HOME=$(mkdir -d)
DEMO_HOME=$(mktemp -d)
```
Create a kustomization and add a ConfigMap generator to it.