Skip to content

Commit

Permalink
Fix typo in generatorOptions example doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-riccardi committed Jan 23, 2019
1 parent 1edfdea commit f1b8fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generatorOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1b8fde

Please sign in to comment.