mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-19 18:48:32 +00:00
Incorporate the "components" suggestion
Incorporate the suggestion of the separate "components" field, that will hold references to resources of `Component` kind. Also, add a missing reference to the base, in the Kustomization files of the variants.
This commit is contained in:
@@ -647,6 +647,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- ../../base
|
||||||
|
|
||||||
|
components:
|
||||||
- ../../components/external_db
|
- ../../components/external_db
|
||||||
- ../../components/recaptcha
|
- ../../components/recaptcha
|
||||||
EOF
|
EOF
|
||||||
@@ -664,6 +667,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- ../../base
|
||||||
|
|
||||||
|
components:
|
||||||
- ../../components/external_db
|
- ../../components/external_db
|
||||||
- ../../components/ldap
|
- ../../components/ldap
|
||||||
EOF
|
EOF
|
||||||
@@ -681,6 +687,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- ../../base
|
||||||
|
|
||||||
|
components:
|
||||||
- ../../components/external_db
|
- ../../components/external_db
|
||||||
#- ../../components/ldap
|
#- ../../components/ldap
|
||||||
- ../../components/recaptcha
|
- ../../components/recaptcha
|
||||||
|
|||||||
Reference in New Issue
Block a user