👷(helm) production configuration
This PR adds the production configuration for the helm chart.
This commit is contained in:
@@ -3,6 +3,7 @@ kind: Secret
|
||||
metadata:
|
||||
name: backend
|
||||
stringData:
|
||||
DJANGO_SUPERUSER_EMAIL: {{ .Values.djangoSuperUserEmail }}
|
||||
DJANGO_SUPERUSER_PASSWORD: {{ .Values.djangoSuperUserPass }}
|
||||
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
|
||||
OIDC_RP_CLIENT_ID: {{ .Values.oidc.clientId }}
|
||||
|
||||
Reference in New Issue
Block a user