front-prod/helm/librechat/templates/configmap.yaml

10 lines
238 B
YAML
Raw Permalink Normal View History

{{- if .Values.librechat.configYamlContent }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "librechat.fullname" $ }}-config
data:
librechat.yaml: |
{{ .Values.librechat.configYamlContent | toYaml | indent 4 }}
{{- end }}