github.com/argoproj-labs/argocd-operator@v0.10.0/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/argoproj.io_argocds.yaml
     6  - bases/argoproj.io_argocdexports.yaml
     7  - bases/argoproj.io_applications.yaml
     8  - bases/argoproj.io_applicationsets.yaml
     9  - bases/argoproj.io_appprojects.yaml
    10  - bases/argoproj.io_notificationsconfigurations.yaml
    11  
    12  #+kubebuilder:scaffold:crdkustomizeresource
    13  
    14  patches:
    15  # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
    16  # patches here are for enabling the conversion webhook for each CRD
    17  - path: patches/webhook_in_argocds.yaml
    18  #- path: patches/webhook_in_argocdexports.yaml
    19  #+kubebuilder:scaffold:crdkustomizewebhookpatch
    20  
    21  # [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
    22  # patches here are for enabling the CA injection for each CRD
    23  - path: patches/cainjection_in_argocds.yaml
    24  #- path: patches/cainjection_in_argocdexports.yaml
    25  #+kubebuilder:scaffold:crdkustomizecainjectionpatch
    26  
    27  # the following config is for teaching kustomize how to do kustomization for CRDs.
    28  configurations:
    29  - kustomizeconfig.yaml