From eafab1623f1f883dfe0ff019d9a7211f1dba1d13 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 22 Aug 2023 12:28:41 +0200 Subject: [PATCH] Update command --- src/main/resources/taiga/taiga-back-deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/taiga/taiga-back-deployment.yaml b/src/main/resources/taiga/taiga-back-deployment.yaml index e3dcea6..ed9fa83 100644 --- a/src/main/resources/taiga/taiga-back-deployment.yaml +++ b/src/main/resources/taiga/taiga-back-deployment.yaml @@ -17,7 +17,8 @@ spec: spec: containers: - name: taiga-back - command: ["/taiga-back/entrypoint.sh"] + command: + - /taiga-back/docker/entrypoint.sh image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent ports: