sigs.k8s.io/cluster-api@v1.7.1/controlplane/kubeadm/config/crd/kustomization.yaml (about) 1 commonLabels: 2 cluster.x-k8s.io/v1beta1: v1beta1 3 4 # This kustomization.yaml is not intended to be run by itself, 5 # since it depends on service name and namespace that are out of this kustomize package. 6 # It should be run by config/ 7 resources: 8 - bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanes.yaml 9 - bases/controlplane.cluster.x-k8s.io_kubeadmcontrolplanetemplates.yaml 10 # +kubebuilder:scaffold:crdkustomizeresource 11 12 patchesStrategicMerge: 13 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. 14 # patches here are for enabling the conversion webhook for each CRD 15 - patches/webhook_in_kubeadmcontrolplanes.yaml 16 - patches/webhook_in_kubeadmcontrolplanetemplates.yaml 17 # +kubebuilder:scaffold:crdkustomizewebhookpatch 18 19 # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix. 20 # patches here are for enabling the CA injection for each CRD 21 - patches/cainjection_in_kubeadmcontrolplanes.yaml 22 - patches/cainjection_in_kubeadmcontrolplanetemplates.yaml 23 # +kubebuilder:scaffold:crdkustomizecainjectionpatch 24 25 # the following config is for teaching kustomize how to do kustomization for CRDs. 26 configurations: 27 - kustomizeconfig.yaml