💚(ci) improve secrets for createsuperuser
Avoid secrets to be visible from running deployments.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user