github.com/metaprov/modela-operator@v0.0.0-20240118193048-f378be8b74d2/config/crd/kustomization.yaml (about) 1 # 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 4 resources: 5 - bases/management.modela.ai_modelas.yaml 6 7 #+kubebuilder:scaffold:crdkustomizeresource 8 9 patchesStrategicMerge: 10 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. 11 # patches here are for enabling the conversion webhook for each CRD 12 - patches/webhook_in_modelas.yaml 13 #+kubebuilder:scaffold:crdkustomizewebhookpatch 14 15 # [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix. 16 # patches here are for enabling the CA injection for each CRD 17 - patches/cainjection_in_modelas.yaml 18 #+kubebuilder:scaffold:crdkustomizecainjectionpatch 19 20 # the following config is for teaching kustomize how to do kustomization for CRDs. 21 configurations: 22 - kustomizeconfig.yaml