merlyn/cloud-deployments/helm/charts/anythingllm/templates/extra-objects.yaml
Sam Culley 988a14e67e
Adding AnythingLLM Helm Chart (#4484)
feat: adding helm chart

Co-authored-by: Sam Culley <sam.culley@novatiq.com>
2025-10-03 09:27:34 -07:00

5 lines
70 B
YAML

{{ range .Values.extraObjects }}
---
{{ tpl (toYaml .) $ }}
{{ end }}