kustomization.yaml 1.0 KB

12345678910111213141516171819202122232425
  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. - bases/locostack.com_managedmodels.yaml
  9. - bases/locostack.com_externaltools.yaml
  10. - bases/locostack.com_managedtools.yaml
  11. - bases/locostack.com_externalknowledgebases.yaml
  12. - bases/locostack.com_managedknowledgebases.yaml
  13. - bases/locostack.com_documents.yaml
  14. - bases/locostack.com_agents.yaml
  15. # +kubebuilder:scaffold:crdkustomizeresource
  16. patches:
  17. # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
  18. # patches here are for enabling the conversion webhook for each CRD
  19. # +kubebuilder:scaffold:crdkustomizewebhookpatch
  20. # [WEBHOOK] To enable webhook, uncomment the following section
  21. # the following config is for teaching kustomize how to do kustomization for CRDs.
  22. #configurations:
  23. #- kustomizeconfig.yaml