chat / helm /librechat /templates /configmap.yaml
helloya20's picture
Upload 2345 files
f0743f4 verified
{{- if .Values.librechat.configYamlContent }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "librechat.fullname" $ }}-config
data:
librechat.yaml: |
{{ .Values.librechat.configYamlContent | toYaml | indent 4 }}
{{- end }}