🔧(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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user