Added /var/cloud as default mount

This commit is contained in:
2023-09-08 09:34:28 +02:00
parent 10c0b70359
commit 2604afabb5
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "99.6.29" HELM_CHART_VERSION: "99.6.30"
stages: stages:
- deploy - deploy

View File

@@ -100,6 +100,8 @@ spec:
- name: serverconfig - name: serverconfig
mountPath: /docker-entrypoint.d/unit.json mountPath: /docker-entrypoint.d/unit.json
subPath: unit.json subPath: unit.json
- name: cloud
mountPath: /var/cloud
{{- if .Values.storage.wpContent }} {{- if .Values.storage.wpContent }}
{{- range $v := .Values.storage.wpContent }} {{- range $v := .Values.storage.wpContent }}
- name: cloud-local - name: cloud-local