Skip to content

Commit

Permalink
🔧(helm) deactivate teams feature on productions env
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AntoLC committed Aug 20, 2024
1 parent b25c843 commit 4b16e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/helm/env.d/preprod/values.desk.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/helm/env.d/production/values.desk.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b16e68

Please sign in to comment.