From 8e4472befc892e7c104ab8f6f34e0c2f1c9ce22d Mon Sep 17 00:00:00 2001 From: Marie PUPO JEAMMET Date: Thu, 3 Oct 2024 11:18:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(helm)=20fix=20dimail=20api=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wrong value in dimail api url was causing prod to not work --- src/helm/env.d/production/values.desk.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/env.d/production/values.desk.yaml.gotmpl b/src/helm/env.d/production/values.desk.yaml.gotmpl index 7a3cf55..9b95ba0 100644 --- a/src/helm/env.d/production/values.desk.yaml.gotmpl +++ b/src/helm/env.d/production/values.desk.yaml.gotmpl @@ -94,7 +94,7 @@ backend: name: redis.redis.libre.sh key: url 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: secretKeyRef: name: backend