github.com/oam-dev/kubevela@v1.9.11/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    - base/core.oam.dev_applications.yaml
     6  # +kubebuilder:scaffold:crdkustomizeresource
     7  
     8  patchesStrategicMerge:
     9  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    10  # - patches/webhook_in_applications.yaml
    11  # +kubebuilder:scaffold:crdkustomizewebhookpatch
    12  
    13  # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
    14  # patches here are for enabling the CA injection for each CRD
    15  - patches/cainjection_in_applications.yaml
    16  # +kubebuilder:scaffold:crdkustomizecainjectionpatch
    17  
    18  # the following config is for teaching kustomize how to do kustomization for CRDs.
    19  #configurations:
    20  #  - kustomizeconfig.yaml