From 8d8773fc0e06a677879a8fe9731684e4ffa36c3f Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 15 May 2020 15:01:56 +0000 Subject: [PATCH] Add some missing overlay fields --- examples/components.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/components.md b/examples/components.md index e1b6ca908..84c008aef 100644 --- a/examples/components.md +++ b/examples/components.md @@ -643,7 +643,9 @@ COMMUNITY=$DEMO_HOME/overlays/community mkdir -p $COMMUNITY cat <$COMMUNITY/kustomization.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization + resources: - ../../components/external_db - ../../components/recaptcha @@ -658,7 +660,9 @@ ENTERPRISE=$DEMO_HOME/overlays/enterprise mkdir -p $ENTERPRISE cat <$ENTERPRISE/kustomization.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization + resources: - ../../components/external_db - ../../components/ldap @@ -673,7 +677,9 @@ DEV=$DEMO_HOME/overlays/dev mkdir -p $DEV cat <$DEV/kustomization.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization + resources: - ../../components/external_db #- ../../components/ldap