Add missing --noinput

This commit is contained in:
erik 2023-09-01 09:39:27 +02:00
parent 479ed41f98
commit e4fd883340

View file

@ -20,7 +20,7 @@ spec:
image: taigaio/taiga-back:latest image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["/bin/bash"] command: ["/bin/bash"]
args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser"] args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser --noinput"]
ports: ports:
- name: http - name: http
containerPort: 8000 containerPort: 8000