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