diff --git a/src/main/resources/taiga/taiga-deployment.yml b/src/main/resources/taiga/taiga-deployment.yml index 30871c2..6cdaa15 100644 --- a/src/main/resources/taiga/taiga-deployment.yml +++ b/src/main/resources/taiga/taiga-deployment.yml @@ -20,7 +20,9 @@ spec: imagePullPolicy: IfNotPresent ports: - containerPort: 80 - command: ["async_entrypoint.sh"] + command: + - python manage.py + - python manage.py createsuperuser volumeMounts: - name: taiga-static mountPath: /taiga-back/static