diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index ddb8b32..5d1ee5c 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -112,10 +112,16 @@ spec: {{- else }} {{- if .Values.storage.cloud.active }} {{- range .Values.storage.folders }} + {{- if or ( eq . certificates ) ( eq . secrets ) }} + - name: cloud + mountPath: "/app/{{ . }}" + subPath: "{{ . }}" + {{- else }} - name: cloud mountPath: "/app/web/app/{{ . }}" subPath: "{{ . }}" {{- end }} + {{- end }} {{- end }} {{- end }}