From b042daf955281bebec43f8d43123daa9b86acfcb Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 9 Aug 2023 13:05:07 +0200 Subject: [PATCH] [Skip-CI] Addd todos --- src/main/resources/taiga/taiga-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/taiga/taiga-deployment.yml b/src/main/resources/taiga/taiga-deployment.yml index 75c0a5d..30871c2 100644 --- a/src/main/resources/taiga/taiga-deployment.yml +++ b/src/main/resources/taiga/taiga-deployment.yml @@ -14,7 +14,7 @@ spec: labels: app: taiga spec: - initContainers: + initContainers: # ToDo: add commands to create admin user - name: taiga-manage image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent @@ -57,7 +57,7 @@ spec: value: 5432 - name: CELERY_ENABLED value: false - containers: + containers: # ToDo: Research hostname, network and dependsOn keywords of docker compose and find functional translation for kubernetes - name: taiga-back image: taigaio/taiga-back:latest imagePullPolicy: IfNotPresent