From 0b6018d539afdecd8f24f692932db97a3448075b Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 29 Aug 2023 14:49:35 +0200 Subject: [PATCH] [Skip CI] Remove automatic creation of superuser We might want to execute that cmd manually within the container. --- src/main/resources/taiga/back-deployment.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/taiga/back-deployment.yaml b/src/main/resources/taiga/back-deployment.yaml index a1e55ca..603b832 100644 --- a/src/main/resources/taiga/back-deployment.yaml +++ b/src/main/resources/taiga/back-deployment.yaml @@ -17,9 +17,8 @@ spec: spec: containers: - name: taiga-back - command: - - python /taiga-back/docker/manage.py createsuperuser --noinput - - /taiga-back/docker/entrypoint.sh + command: + - /taiga-back/docker/entrypoint.sh image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent ports: