Added /var/cloud as default mount
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "99.6.29"
|
HELM_CHART_VERSION: "99.6.30"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user