🔧(helm) fix mail provisioning env

I forgot to use the new variable on the deployment.
This commit is contained in:
Jacques ROUSSEL
2024-09-10 16:20:30 +02:00
committed by Marie
parent 77cc64a6c7
commit aaca8819b3
7 changed files with 53 additions and 46 deletions

View File

@@ -15,6 +15,6 @@ stringData:
OIDC_RS_PRIVATE_KEY_STR: |
{{ .Values.resourceServer.privateKey | indent 4 }}
{{- end }}
{{- if .Values.mail_provisionning_api_credentials }}
MAIL_PROVISIONING_API_CREDENTIALS: {{ .Values.mail_provisionning_api_credentials }}
{{- if .Values.mail_provisioning_api_credentials }}
MAIL_PROVISIONING_API_CREDENTIALS: {{ .Values.mail_provisioning_api_credentials }}
{{- end }}