mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Merge pull request #716 from Deepomatic/fix-typo_generatorOptions_doc
Fix typo in generatorOptions example doc
This commit is contained in:
@@ -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.
|
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.
|
Create a kustomization and add a ConfigMap generator to it.
|
||||||
|
|||||||
Reference in New Issue
Block a user