blob: d8892d50e9a5caf81f8e389f1404f2fb37405f96 [file] [log] [blame]
Giorgi Lekveishvilie8b2f012023-11-30 19:05:03 +04001# This kustomization.yaml is not intended to be run by itself,
2# since it depends on service name and namespace that are out of this kustomize package.
3# It should be run by config/default
4resources:
5- bases/dodo.cloud.dodo.cloud_dnszones.yaml
6#+kubebuilder:scaffold:crdkustomizeresource
7
8patchesStrategicMerge:
9# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
10# patches here are for enabling the conversion webhook for each CRD
11#- patches/webhook_in_dnszones.yaml
12#+kubebuilder:scaffold:crdkustomizewebhookpatch
13
14# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
15# patches here are for enabling the CA injection for each CRD
16#- patches/cainjection_in_dnszones.yaml
17#+kubebuilder:scaffold:crdkustomizecainjectionpatch
18
19# the following config is for teaching kustomize how to do kustomization for CRDs.
20configurations:
21- kustomizeconfig.yaml