Correctly set initialization config on container

This commit is contained in:
2023-06-04 08:44:23 +00:00
parent 4f2e7ca590
commit 7d8a473457
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.5.9" HELM_CHART_VERSION: "0.5.10"
stages: stages:
- deploy - deploy

View File

@@ -44,6 +44,9 @@ spec:
volumeMounts: volumeMounts:
- name: cloud - name: cloud
mountPath: /full-cloud mountPath: /full-cloud
- name: serverconfig
mountPath: /init-go/config.json
subPath: init.json
{{- if .Values.storage.wpContent }} {{- if .Values.storage.wpContent }}
{{- range $v := .Values.storage.wpContent }} {{- range $v := .Values.storage.wpContent }}
- name: cloud - name: cloud