github.com/ferryproxy/api@v0.4.2/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/traffic.ferryproxy.io_hubs.yaml
     6  - bases/traffic.ferryproxy.io_routes.yaml
     7  - bases/traffic.ferryproxy.io_routepolicies.yaml
     8  #+kubebuilder:scaffold:crdkustomizeresource
     9  
    10  patchesStrategicMerge:
    11  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    12  # patches here are for enabling the conversion webhook for each CRD
    13  #- patches/webhook_in_hubs.yaml
    14  #- patches/webhook_in_routes.yaml
    15  #- patches/webhook_in_routepolicies.yaml
    16  #+kubebuilder:scaffold:crdkustomizewebhookpatch
    17  
    18  # [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
    19  # patches here are for enabling the CA injection for each CRD
    20  #- patches/cainjection_in_hubs.yaml
    21  #- patches/cainjection_in_routes.yaml
    22  #- patches/cainjection_in_routepolicies.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