mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-02 12:22:22 +00:00
10 lines
No EOL
229 B
YAML
Executable file
10 lines
No EOL
229 B
YAML
Executable file
{{- if .Values.librechat.configYamlContent }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "librechat.fullname" $ }}-config
|
|
data:
|
|
librechat.yaml: |
|
|
{{ .Values.librechat.configYamlContent | indent 4 }}
|
|
|
|
{{- end }} |