sigs.k8s.io/cluster-api@v1.7.1/bootstrap/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/bootstrap.cluster.x-k8s.io_kubeadmconfigs.yaml
     9    - bases/bootstrap.cluster.x-k8s.io_kubeadmconfigtemplates.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_kubeadmconfigs.yaml
    16  - patches/webhook_in_kubeadmconfigtemplates.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_kubeadmconfigs.yaml
    22  - patches/cainjection_in_kubeadmconfigtemplates.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