💚(ci) improve secrets for createsuperuser

Avoid secrets to be visible from running deployments.
This commit is contained in:
Anthony LC
2024-05-13 11:59:58 +02:00
committed by Anthony LC
parent df0ff61faf
commit 70994de914

View File

@@ -103,7 +103,7 @@ backend:
- "/bin/sh"
- "-c"
- |
python manage.py createsuperuser --email admin@staging.com --password {{ .Values.djangoSuperUserPass }}
python manage.py createsuperuser --email admin@staging.com --password $DJANGO_SUPERUSER_PASSWORD
restartPolicy: Never
frontend: