kustomization.yaml 755 B

123456789101112131415161718
  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/locostack.com_components.yaml
  6. - bases/locostack.com_stacks.yaml
  7. - bases/locostack.com_externalmodels.yaml
  8. # +kubebuilder:scaffold:crdkustomizeresource
  9. patches:
  10. # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
  11. # patches here are for enabling the conversion webhook for each CRD
  12. # +kubebuilder:scaffold:crdkustomizewebhookpatch
  13. # [WEBHOOK] To enable webhook, uncomment the following section
  14. # the following config is for teaching kustomize how to do kustomization for CRDs.
  15. #configurations:
  16. #- kustomizeconfig.yaml