🔧(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:
@@ -9,7 +9,7 @@ backend:
|
||||
argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
envVars:
|
||||
DJANGO_CSRF_TRUSTED_ORIGINS: https://desk-preprod.beta.numerique.gouv.fr
|
||||
DJANGO_CONFIGURATION: Production
|
||||
DJANGO_CONFIGURATION: PreProduction
|
||||
DJANGO_ALLOWED_HOSTS: "*"
|
||||
DJANGO_SECRET_KEY:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user