🐛(helm) fix dimail api url
wrong value in dimail api url was causing prod to not work
This commit is contained in:
committed by
Marie
parent
315a6ab931
commit
8e4472befc
@@ -94,7 +94,7 @@ backend:
|
|||||||
name: redis.redis.libre.sh
|
name: redis.redis.libre.sh
|
||||||
key: url
|
key: url
|
||||||
WEBMAIL_URL: "https://webmail.numerique.gouv.fr"
|
WEBMAIL_URL: "https://webmail.numerique.gouv.fr"
|
||||||
MAIL_PROVISIONING_API_URL: "https://api.dev.ox.numerique.gouv.fr"
|
MAIL_PROVISIONING_API_URL: "https://api.ox.numerique.gouv.fr"
|
||||||
MAIL_PROVISIONING_API_CREDENTIALS:
|
MAIL_PROVISIONING_API_CREDENTIALS:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: backend
|
name: backend
|
||||||
|
|||||||
Reference in New Issue
Block a user