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