Skip to content

Commit a198e8d

Browse files
committed
Backup without persistence does not make sense
Signed-off-by: Stephan Austermühle <au@hcsd.de>
1 parent a9cdba4 commit a198e8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

charts/nextcloud/templates/_helpers.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,5 @@ Create volume mounts for the nextcloud container as well as the cron sidecar con
305305
- name: nextcloud-data
306306
mountPath: {{ .Values.nextcloud.datadir }}
307307
subPath: {{ ternary "data" (printf "%s/data" .Values.persistence.nextcloudData.subPath) (empty .Values.persistence.nextcloudData.subPath) }}
308-
{{- else }}
309-
- name: nextcloud-main
310-
mountPath: {{ .Values.nextcloud.datadir }}
311-
subPath: {{ ternary "data" (printf "%s/data" .Values.persistence.subPath) (empty .Values.persistence.subPath) }}
312308
{{- end }}
313309
{{- end -}}

0 commit comments

Comments
 (0)