💚(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"
|
- "/bin/sh"
|
||||||
- "-c"
|
- "-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
|
restartPolicy: Never
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
|
|||||||
Reference in New Issue
Block a user