[Skip CI] Remove automatic creation of superuser

We might want to execute that cmd manually within the container.
This commit is contained in:
erik 2023-08-29 14:49:35 +02:00
parent e8e0f8a1f2
commit 0b6018d539

View file

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