🔧(helm) add ai setting to environments

Add the ai setting to the environments.
This commit is contained in:
Anthony LC
2024-09-26 09:35:11 +02:00
committed by Samuel Paccoud
parent 5dc43cbc8b
commit be26a9457f
4 changed files with 31 additions and 2 deletions

View File

@@ -19,3 +19,5 @@ stringData:
{{- end }}
OIDC_RP_CLIENT_ID: {{ .Values.oidc.clientId }}
OIDC_RP_CLIENT_SECRET: {{ .Values.oidc.clientSecret }}
AI_API_KEY: {{ .Values.aiApiKey }}
AI_BASE_URL: {{ .Values.aiBaseUrl }}