From 50e131dfb8192b4aec064a20ee176fd2ce833b56 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 10 Aug 2023 12:17:04 +0200 Subject: [PATCH] Add ToDos --- src/main/resources/taiga/taiga-back-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/taiga/taiga-back-deployment.yaml b/src/main/resources/taiga/taiga-back-deployment.yaml index ea05d47..d534771 100644 --- a/src/main/resources/taiga/taiga-back-deployment.yaml +++ b/src/main/resources/taiga/taiga-back-deployment.yaml @@ -77,7 +77,7 @@ spec: readOnly: false envFrom: - configMapRef: - name: taiga-back-configmap + name: taiga-back-configmap # ToDo: Update configmap name - secretRef: name: taiga-back-secret - secretRef: @@ -103,7 +103,7 @@ spec: - name: POSTGRES_PORT value: 5432 - volumes: + volumes: # ToDo: Remove Volumes where not necessary - name: taiga-static persistentVolumeClaim: claimName: taiga-static