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

@@ -142,8 +142,6 @@ defining a new name prefix, and some different labels.
<!-- @makeStagingKustomization @test -->
```
cat <<'EOF' >$OVERLAYS/staging/kustomization.yaml
apiVersion: v1
kind: Kustomization
namePrefix: staging-
commonLabels:
variant: staging
@@ -185,8 +183,6 @@ with a different name prefix and labels.
<!-- @makeProductionKustomization @test -->
```
cat <<EOF >$OVERLAYS/production/kustomization.yaml
apiVersion: v1
kind: Kustomization
namePrefix: production-
commonLabels:
variant: production

View File

@@ -1,7 +1,5 @@
# Example configuration for the webserver
# at https://github.com/monopole/hello
apiVersion: v1
kind: Kustomization
commonLabels:
app: hello