mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 08:20:14 +01:00
🎛️ feat: Custom Environment Variable Support to RAG API Helm Chart (#10245)
* Possibility to add extra env values to the deployment * Fix: Custom environment variables should be placed after the predefined environment variables
This commit is contained in:
parent
7973cb42ef
commit
9e77f835a6
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ spec:
|
|||
key: {{ .Values.global.librechat.existingSecretApiKey }}
|
||||
optional: true
|
||||
{{- end }}
|
||||
{{- with .Values.env }}
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
{{- with .Values.volumeMounts }}
|
||||
volumeMounts:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue