👷(helm) production configuration

This PR adds the production configuration
for the helm chart.
This commit is contained in:
Anthony LC
2024-05-21 15:08:44 +02:00
committed by Anthony LC
parent abf08fe3b3
commit dc319578b6
4 changed files with 208 additions and 0 deletions

View File

@@ -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 }}