mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Add some missing overlay fields
This commit is contained in:
@@ -643,7 +643,9 @@ COMMUNITY=$DEMO_HOME/overlays/community
|
|||||||
mkdir -p $COMMUNITY
|
mkdir -p $COMMUNITY
|
||||||
|
|
||||||
cat <<EOF >$COMMUNITY/kustomization.yaml
|
cat <<EOF >$COMMUNITY/kustomization.yaml
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../components/external_db
|
- ../../components/external_db
|
||||||
- ../../components/recaptcha
|
- ../../components/recaptcha
|
||||||
@@ -658,7 +660,9 @@ ENTERPRISE=$DEMO_HOME/overlays/enterprise
|
|||||||
mkdir -p $ENTERPRISE
|
mkdir -p $ENTERPRISE
|
||||||
|
|
||||||
cat <<EOF >$ENTERPRISE/kustomization.yaml
|
cat <<EOF >$ENTERPRISE/kustomization.yaml
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../components/external_db
|
- ../../components/external_db
|
||||||
- ../../components/ldap
|
- ../../components/ldap
|
||||||
@@ -673,7 +677,9 @@ DEV=$DEMO_HOME/overlays/dev
|
|||||||
mkdir -p $DEV
|
mkdir -p $DEV
|
||||||
|
|
||||||
cat <<EOF >$DEV/kustomization.yaml
|
cat <<EOF >$DEV/kustomization.yaml
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../components/external_db
|
- ../../components/external_db
|
||||||
#- ../../components/ldap
|
#- ../../components/ldap
|
||||||
|
|||||||
Reference in New Issue
Block a user