From 2604afabb579985c9fba0ff222d8efcf473708fe Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Fri, 8 Sep 2023 09:34:28 +0200 Subject: [PATCH] Added /var/cloud as default mount --- .gitlab-ci.yml | 2 +- Chart/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c7ea28..a0500cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.29" + HELM_CHART_VERSION: "99.6.30" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 06a2da4..e57c998 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -100,6 +100,8 @@ spec: - name: serverconfig mountPath: /docker-entrypoint.d/unit.json subPath: unit.json + - name: cloud + mountPath: /var/cloud {{- if .Values.storage.wpContent }} {{- range $v := .Values.storage.wpContent }} - name: cloud-local