diff --git a/helm/librechat-rag-api/templates/rag-deployment.yaml b/helm/librechat-rag-api/templates/rag-deployment.yaml index 7f31df251b..5324ee3f7e 100755 --- a/helm/librechat-rag-api/templates/rag-deployment.yaml +++ b/helm/librechat-rag-api/templates/rag-deployment.yaml @@ -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 }}