mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Revert "add apiVersion and kind to docs and examples" (#653)
This commit is contained in:
@@ -49,8 +49,6 @@ Create a new kustomization with two bases:
|
||||
<!-- @createKustomization @test -->
|
||||
```
|
||||
cat <<EOF >$DEMO_HOME/kustomization.yaml
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- wordpress
|
||||
- mysql
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- wordpress
|
||||
- mysql
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
|
||||
Reference in New Issue
Block a user