From e4fd8833403f87add760c3ce0f4ceb67fc31d57b Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 1 Sep 2023 09:39:27 +0200 Subject: [PATCH] Add missing --noinput --- src/main/resources/taiga/back-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/taiga/back-deployment.yaml b/src/main/resources/taiga/back-deployment.yaml index 8f2bbac..31408cc 100644 --- a/src/main/resources/taiga/back-deployment.yaml +++ b/src/main/resources/taiga/back-deployment.yaml @@ -20,7 +20,7 @@ spec: image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent 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: - name: http containerPort: 8000