fix: handle env vars override in open-webui chart

This commit is contained in:
this-is-tobi 2025-04-13 18:34:06 +02:00
parent 34969f304e
commit 4c789ac788
No known key found for this signature in database

View File

@ -147,9 +147,6 @@ spec:
- name: "ENABLE_OPENAI_API"
value: "False"
{{- end }}
{{- if .Values.extraEnvVars }}
{{- toYaml .Values.extraEnvVars | nindent 8 }}
{{- end }}
{{- if .Values.tika.enabled }}
- name: "CONTENT_EXTRACTION_ENGINE"
value: "Tika"
@ -270,6 +267,9 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.extraEnvVars }}
{{- toYaml .Values.extraEnvVars | nindent 8 }}
{{- end }}
tty: true
{{- with .Values.nodeSelector }}
nodeSelector: