🎛️ 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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user