10 lines
238 B
YAML
Executable File
10 lines
238 B
YAML
Executable File
{{- if .Values.librechat.configYamlContent }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "librechat.fullname" $ }}-config
|
|
data:
|
|
librechat.yaml: |
|
|
{{ .Values.librechat.configYamlContent | toYaml | indent 4 }}
|
|
|
|
{{- end }} |