Update .gitlab-ci.yml, Chart/templates/deployment.yaml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "0.6.0"
|
||||
HELM_CHART_VERSION: "0.6.1"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -46,6 +46,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: local
|
||||
mountPath: /app
|
||||
- name: cloud
|
||||
mountPath: /full-cloud
|
||||
{{- if and .Values.site .Values.site.storage .Values.site.storage.cloud .Values.site.storage.cloud.folders }}
|
||||
{{- range $v := .Values.site.storage.cloud.folders }}
|
||||
- name: cloud
|
||||
|
||||
Reference in New Issue
Block a user