add apiversion and kind to docs/kustomization.yaml

This commit is contained in:
Jingfang Liu
2019-01-22 10:58:36 -08:00
parent 2c1be17fe7
commit fed8195eb2

View File

@@ -28,9 +28,12 @@
# don't exist. # don't exist.
# #
# In practice, fields with no value should simply be # In practice, fields with no value should simply be
# omitted from kustomize.yaml to reduce the content # omitted from kustomization.yaml to reduce the content
# visible in configuration reviews. # visible in configuration reviews.
# ---------------------------------------------------- # ----------------------------------------------------
# apiVersion and kind of Kustomization
apiVersion: v1beta1
kind: Kustomization
# Adds namespace to all resources. # Adds namespace to all resources.
namespace: my-namespace namespace: my-namespace