Added unit json file to mounts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "1.0.4"
|
||||
HELM_CHART_VERSION: "1.0.5"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -143,6 +143,9 @@ spec:
|
||||
- name: serverconfig
|
||||
mountPath: /init-go/config.json
|
||||
subPath: init.json
|
||||
- name: serverconfig
|
||||
mountPath: /docker-entrypoint.d/unit.json
|
||||
subPath: unit.json
|
||||
{{- if .Values.storage.local.active }}
|
||||
{{- range .Values.storage.folders }}
|
||||
- name: local
|
||||
|
||||
Reference in New Issue
Block a user