merlyn/cloud-deployments/helm/charts/anythingllm/templates/configmap.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

10 lines
248 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{- include "anythingllm.labels" . | nindent 4 }}
name: {{ include "anythingllm.fullname" . }}-config
data:
{{- range $key, $value := .Values.config }}
{{ $key }}: "{{ $value }}"
{{- end }}