From fed8195eb24ce0c8602a12edbfef003cb5b393c9 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Tue, 22 Jan 2019 10:58:36 -0800 Subject: [PATCH] add apiversion and kind to docs/kustomization.yaml --- docs/kustomization.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/kustomization.yaml b/docs/kustomization.yaml index 7cc821c7b..54e27f297 100644 --- a/docs/kustomization.yaml +++ b/docs/kustomization.yaml @@ -28,9 +28,12 @@ # don't exist. # # 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. # ---------------------------------------------------- +# apiVersion and kind of Kustomization +apiVersion: v1beta1 +kind: Kustomization # Adds namespace to all resources. namespace: my-namespace