Correctly set initialization config on container
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.5.9"
|
||||
HELM_CHART_VERSION: "0.5.10"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user