From 4876cdc866f20de9d9c96ea09b9f3370b2a8aa72 Mon Sep 17 00:00:00 2001 From: larsec Date: Fri, 23 Feb 2024 18:16:32 +0000 Subject: [PATCH] Update Chart/templates/deployment.yaml --- Chart/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 }}