mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
add apiVersion and kind in README.md for examples
This commit is contained in:
@@ -18,6 +18,8 @@ Create a kustomization and add a ConfigMap generator to it.
|
||||
<!-- @createCMGenerator @test -->
|
||||
```
|
||||
cat > $DEMO_HOME/kustomization.yaml << EOF
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
configMapGenerator:
|
||||
- name: my-configmap
|
||||
literals:
|
||||
|
||||
Reference in New Issue
Block a user