From d84ebe57518324104259e687c8b1052fa921f199 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 13 Sep 2023 10:04:13 +0200 Subject: [PATCH] Added unit json file to mounts --- .gitlab-ci.yml | 2 +- Chart/templates/deployment.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5679af..afd720c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.4" + HELM_CHART_VERSION: "1.0.5" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index e298c02..8e03023 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -143,6 +143,9 @@ spec: - name: serverconfig mountPath: /init-go/config.json subPath: init.json + - name: serverconfig + mountPath: /docker-entrypoint.d/unit.json + subPath: unit.json {{- if .Values.storage.local.active }} {{- range .Values.storage.folders }} - name: local