Update Chart/templates/deployment.yaml

This commit is contained in:
2024-02-23 18:16:32 +00:00
parent c2bdc364c0
commit 4876cdc866

View File

@@ -112,10 +112,16 @@ spec:
{{- else }} {{- else }}
{{- if .Values.storage.cloud.active }} {{- if .Values.storage.cloud.active }}
{{- range .Values.storage.folders }} {{- range .Values.storage.folders }}
{{- if or ( eq . certificates ) ( eq . secrets ) }}
- name: cloud
mountPath: "/app/{{ . }}"
subPath: "{{ . }}"
{{- else }}
- name: cloud - name: cloud
mountPath: "/app/web/app/{{ . }}" mountPath: "/app/web/app/{{ . }}"
subPath: "{{ . }}" subPath: "{{ . }}"
{{- end }} {{- end }}
{{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}