kustomization.yaml 1.0 KB

123456789101112131415161718192021222324
  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/external-secrets.io_secretstores.yaml
  6. - bases/external-secrets.io_externalsecrets.yaml
  7. # +kubebuilder:scaffold:crdkustomizeresource
  8. patchesStrategicMerge:
  9. # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
  10. # patches here are for enabling the conversion webhook for each CRD
  11. #- patches/webhook_in_secretstores.yaml
  12. #- patches/webhook_in_externalsecrets.yaml
  13. # +kubebuilder:scaffold:crdkustomizewebhookpatch
  14. # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
  15. # patches here are for enabling the CA injection for each CRD
  16. #- patches/cainjection_in_secretstores.yaml
  17. #- patches/cainjection_in_externalsecrets.yaml
  18. # +kubebuilder:scaffold:crdkustomizecainjectionpatch
  19. # the following config is for teaching kustomize how to do kustomization for CRDs.
  20. configurations:
  21. - kustomizeconfig.yaml