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

@@ -39,8 +39,6 @@ curl -s -o "$BASE/#1.yaml" "https://raw.githubusercontent.com\
/{deployment,service}.yaml"
cat <<'EOF' >$BASE/kustomization.yaml
apiVersion: v1
kind: Kustomization
commonLabels:
app: hello
resources:
@@ -61,8 +59,6 @@ OVERLAYS=$DEMO_HOME/overlays
mkdir -p $OVERLAYS/staging
cat <<'EOF' >$OVERLAYS/staging/kustomization.yaml
apiVersion: v1
kind: Kustomization
namePrefix: staging-
nameSuffix: -v1
commonLabels: