Revert "add apiVersion and kind to docs and examples" (#653)

This commit is contained in:
Jingfang Liu
2018-12-20 15:19:39 -08:00
committed by GitHub
parent 4b25963c93
commit 6f566d7a38
26 changed files with 1 additions and 75 deletions

View File

@@ -11,8 +11,6 @@ Make a `kustomization` containing an ingress resource.
DEMO_HOME=$(mktemp -d)
cat <<EOF >$DEMO_HOME/kustomization.yaml
apiVersion: v1
kind: Kustomization
resources:
- ingress.yaml
EOF