From 068694e57aad20ca8ce9d6cc7bb086fdfdeddffc Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 22 Aug 2023 12:28:53 +0200 Subject: [PATCH] Document changes --- src/main/resources/taiga/donotapply/changes-made.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/taiga/donotapply/changes-made.md b/src/main/resources/taiga/donotapply/changes-made.md index 67efa8b..563b6af 100644 --- a/src/main/resources/taiga/donotapply/changes-made.md +++ b/src/main/resources/taiga/donotapply/changes-made.md @@ -10,4 +10,8 @@ Increase storage to 8Gi in pvc.yaml Change storageClassName to local-path in pvc.yaml Correct volume names in async, back, gateway Use service name as address in taiga-gateway-configmap.yaml -Correct reference to taiga-configmap and taiga-secret in taiga-back-deployment \ No newline at end of file +Correct reference to taiga-configmap and taiga-secret in taiga-back-deployment +Remove init-container in taiga-back-deployment +Update command in taiga-back-deployment to ["/taiga-back/docker/entrypoint.sh"] +Update command in taiga-back-deployment to command: ["/taiga-back/docker/entrypoint.sh && python manage.py createsupersuer"] +Extend configmap in taiga-config map by values for taiga-front # we may want to check CAPITALIZATION of KW before starting work in c4k code \ No newline at end of file