From 7934ee98b5770cf90e385bacbf32f82f7dfcff2d Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 20 Aug 2024 10:39:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20deactivate=20teams=20featu?= =?UTF-8?q?re=20on=20productions=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Teams feature is not ready for production yet, so we need to deactivate it on productions environment. preprod should be a copy of production, so we need to deactivate it on preprod too. --- src/helm/env.d/preprod/values.desk.yaml.gotmpl | 1 + src/helm/env.d/production/values.desk.yaml.gotmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/src/helm/env.d/preprod/values.desk.yaml.gotmpl b/src/helm/env.d/preprod/values.desk.yaml.gotmpl index 140e873ed..9c06a46f3 100644 --- a/src/helm/env.d/preprod/values.desk.yaml.gotmpl +++ b/src/helm/env.d/preprod/values.desk.yaml.gotmpl @@ -85,6 +85,7 @@ backend: name: redis.redis.libre.sh key: url MAIL_PROVISIONING_API_URL: "https://main.dev.ox.numerique.gouv.fr" + FEATURE_TEAMS: False createsuperuser: command: diff --git a/src/helm/env.d/production/values.desk.yaml.gotmpl b/src/helm/env.d/production/values.desk.yaml.gotmpl index ada9bb368..a5c17d9b5 100644 --- a/src/helm/env.d/production/values.desk.yaml.gotmpl +++ b/src/helm/env.d/production/values.desk.yaml.gotmpl @@ -85,6 +85,7 @@ backend: name: redis.redis.libre.sh key: url MAIL_PROVISIONING_API_URL: "https://main.dev.ox.numerique.gouv.fr" + FEATURE_TEAMS: False createsuperuser: command: