Fix typo in generatorOptions example doc

This commit is contained in:
Thomas Riccardi
2019-01-23 10:49:39 +01:00
parent 1edfdea5e8
commit f1b8fdec7f

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.