49 lines
2.0 KiB
YAML
49 lines
2.0 KiB
YAML
# This kustomization.yaml is not intended to be run by itself,
|
|
# since it depends on service name and namespace that are out of this kustomize package.
|
|
# It should be run by config/default
|
|
resources:
|
|
- bases/zelda.io_zprojects.yaml
|
|
- bases/zelda.io_zservices.yaml
|
|
- bases/zelda.io_zusers.yaml
|
|
- bases/zelda.io_zgroups.yaml
|
|
- bases/zelda.io_zregistries.yaml
|
|
- bases/zelda.io_zscripts.yaml
|
|
- bases/zelda.io_zbuildtemplates.yaml
|
|
- bases/zelda.io_zruntemplates.yaml
|
|
- bases/zelda.io_zbuilders.yaml
|
|
- bases/zelda.io_zcustomhosts.yaml
|
|
#+kubebuilder:scaffold:crdkustomizeresource
|
|
|
|
patches:
|
|
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
|
|
# patches here are for enabling the conversion webhook for each CRD
|
|
#- path: patches/webhook_in_zprojects.yaml
|
|
#- path: patches/webhook_in_zservices.yaml
|
|
#- path: patches/webhook_in_zusers.yaml
|
|
#- path: patches/webhook_in_zgroups.yaml
|
|
#- path: patches/webhook_in_zregistries.yaml
|
|
#- path: patches/webhook_in_zscripts.yaml
|
|
#- path: patches/webhook_in_zbuildtemplates.yaml
|
|
#- path: patches/webhook_in_zruntemplates.yaml
|
|
#- path: patches/webhook_in_zbuilders.yaml
|
|
#- path: patches/webhook_in_zcustomhosts.yaml
|
|
#+kubebuilder:scaffold:crdkustomizewebhookpatch
|
|
|
|
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
|
|
# patches here are for enabling the CA injection for each CRD
|
|
#- path: patches/cainjection_in_zprojects.yaml
|
|
#- path: patches/cainjection_in_zservices.yaml
|
|
#- path: patches/cainjection_in_zusers.yaml
|
|
#- path: patches/cainjection_in_zgroups.yaml
|
|
#- path: patches/cainjection_in_zregistries.yaml
|
|
#- path: patches/cainjection_in_zscripts.yaml
|
|
#- path: patches/cainjection_in_zbuildtemplates.yaml
|
|
#- path: patches/cainjection_in_zruntemplates.yaml
|
|
#- path: patches/cainjection_in_zbuilders.yaml
|
|
#- path: patches/cainjection_in_zcustomhosts.yaml
|
|
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
|
|
|
|
# the following config is for teaching kustomize how to do kustomization for CRDs.
|
|
configurations:
|
|
- kustomizeconfig.yaml
|