From 7d8a4734576cea04108cb2221714473771b255dc Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sun, 4 Jun 2023 08:44:23 +0000 Subject: [PATCH] Correctly set initialization config on container --- .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 6cfba8a..1d39309 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.9" + HELM_CHART_VERSION: "0.5.10" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 6474ecf..ee1584f 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -44,6 +44,9 @@ spec: volumeMounts: - name: cloud mountPath: /full-cloud + - name: serverconfig + mountPath: /init-go/config.json + subPath: init.json {{- if .Values.storage.wpContent }} {{- range $v := .Values.storage.wpContent }} - name: cloud