github.com/kyma-project/kyma/components/asset-store-controller-manager@v0.0.0-20191203152857-3792b5df17c5/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/assetstore.kyma-project.io_clusterassets.yaml
     6  - bases/assetstore.kyma-project.io_clusterbuckets.yaml
     7  - bases/assetstore.kyma-project.io_assets.yaml
     8  - bases/assetstore.kyma-project.io_buckets.yaml
     9  # +kubebuilder:scaffold:crdkustomizeresource
    10  
    11  patchesStrategicMerge:
    12  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    13  # patches here are for enabling the conversion webhook for each CRD
    14  #- patches/webhook_in_clusterassets.yaml
    15  #- patches/webhook_in_clusterbuckets.yaml
    16  #- patches/webhook_in_assets.yaml
    17  #- patches/webhook_in_buckets.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_clusterassets.yaml
    23  #- patches/cainjection_in_clusterbuckets.yaml
    24  #- patches/cainjection_in_assets.yaml
    25  #- patches/cainjection_in_buckets.yaml
    26  # +kubebuilder:scaffold:crdkustomizecainjectionpatch
    27  
    28  # the following config is for teaching kustomize how to do kustomization for CRDs.
    29  configurations:
    30  - kustomizeconfig.yaml