🩹(helm) rename mismatching environment variable
CSRF trusted origins are set using an environment variable. The env value was wrongly name to CORS_ALLOWED_ORIGINS, which doesn't exist in our Django configurations. I fixed this minor issue.
This commit is contained in:
committed by
aleb_the_flash
parent
28adf987f7
commit
d49cc11ef1
@@ -5,7 +5,7 @@ image:
|
||||
|
||||
backend:
|
||||
envVars:
|
||||
DJANGO_CORS_ALLOWED_ORIGINS: http://desk.127.0.0.1.nip.io,https://desk.127.0.0.1.nip.io
|
||||
DJANGO_CSRF_TRUSTED_ORIGINS: https://desk.127.0.0.1.nip.io,http://desk.127.0.0.1.nip.io
|
||||
DJANGO_CONFIGURATION: Production
|
||||
DJANGO_ALLOWED_HOSTS: "*"
|
||||
DJANGO_SECRET_KEY: "ThisIsAnExampleKeyForDevPurposeOnly"
|
||||
|
||||
@@ -5,7 +5,7 @@ image:
|
||||
|
||||
backend:
|
||||
envVars:
|
||||
DJANGO_CORS_ALLOWED_ORIGINS: http://desk-staging.beta.numerique.gouv.fr,https://desk-staging.beta.numerique.gouv.fr
|
||||
DJANGO_CSRF_TRUSTED_ORIGINS: http://desk-staging.beta.numerique.gouv.fr,https://desk-staging.beta.numerique.gouv.fr
|
||||
DJANGO_CONFIGURATION: Production
|
||||
DJANGO_ALLOWED_HOSTS: "*"
|
||||
DJANGO_SECRET_KEY: "ThisIsAnExampleKeyForDevPurposeOnly"
|
||||
|
||||
Reference in New Issue
Block a user