[Skip CI] Remove automatic creation of superuser
We might want to execute that cmd manually within the container.
This commit is contained in:
parent
e8e0f8a1f2
commit
0b6018d539
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,6 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: taiga-back
|
- name: taiga-back
|
||||||
command:
|
command:
|
||||||
- python /taiga-back/docker/manage.py createsuperuser --noinput
|
|
||||||
- /taiga-back/docker/entrypoint.sh
|
- /taiga-back/docker/entrypoint.sh
|
||||||
image: taigaio/taiga-back:latest
|
image: taigaio/taiga-back:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
Loading…
Reference in a new issue