We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cdba4 commit a198e8dCopy full SHA for a198e8d
charts/nextcloud/templates/_helpers.tpl
@@ -305,9 +305,5 @@ Create volume mounts for the nextcloud container as well as the cron sidecar con
305
- name: nextcloud-data
306
mountPath: {{ .Values.nextcloud.datadir }}
307
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) }}
312
{{- end }}
313
{{- end -}}
0 commit comments