🔧(helm) fix the configuration environment

The configuration also defines the Sentry environment
value, which is currently "production" for every Sentry
event.

- dev: Local
- staging: Staging
- preprod: PreProduction
- prod: Production
This commit is contained in:
Quentin BEY
2024-12-04 15:23:21 +01:00
committed by BEY Quentin
parent d7c654e1aa
commit 632a96ccf4
5 changed files with 18 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ backend:
replicas: 1
envVars:
DJANGO_CSRF_TRUSTED_ORIGINS: https://desk.127.0.0.1.nip.io,http://desk.127.0.0.1.nip.io
DJANGO_CONFIGURATION: Production
DJANGO_CONFIGURATION: Local
DJANGO_ALLOWED_HOSTS: "*"
DJANGO_SECRET_KEY:
secretKeyRef: