mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Revert "add apiVersion and kind to docs and examples" (#653)
This commit is contained in:
@@ -24,8 +24,6 @@ breakfast. This breakfast has coffee and pancakes:
|
||||
<!-- @baseKustomization @test -->
|
||||
```
|
||||
cat <<EOF >$DEMO_HOME/breakfast/base/kustomization.yaml
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- coffee.yaml
|
||||
- pancakes.yaml
|
||||
@@ -71,8 +69,6 @@ likes her coffee hot:
|
||||
mkdir -p $DEMO_HOME/breakfast/overlays/alice
|
||||
|
||||
cat <<EOF >$DEMO_HOME/breakfast/overlays/alice/kustomization.yaml
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
commonLabels:
|
||||
who: alice
|
||||
bases:
|
||||
@@ -96,8 +92,6 @@ And likewise a [variant] for Bob, who wants _five_ pancakes, with strawberries:
|
||||
mkdir -p $DEMO_HOME/breakfast/overlays/bob
|
||||
|
||||
cat <<EOF >$DEMO_HOME/breakfast/overlays/bob/kustomization.yaml
|
||||
apiVersion: v1
|
||||
kind: Kustomization
|
||||
commonLabels:
|
||||
who: bob
|
||||
bases:
|
||||
|
||||
Reference in New Issue
Block a user