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