mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 03:08:33 +08:00
also handle incomplete dir persistence when disabled
This commit is contained in:
committed by
Stavros Kois
parent
4468cc3a07
commit
fc21e9bc75
@@ -22,6 +22,7 @@ persistence:
|
||||
mountPath: /downloads/complete
|
||||
01-permissions:
|
||||
mountPath: /mnt/directories/complete
|
||||
{{- if .Values.transmissionStorage.enableIncompleteDir }}
|
||||
download-incomplete:
|
||||
enabled: true
|
||||
type: {{ .Values.transmissionStorage.downloadsIncomplete.type }}
|
||||
@@ -33,6 +34,7 @@ persistence:
|
||||
mountPath: /downloads/incomplete
|
||||
01-permissions:
|
||||
mountPath: /mnt/directories/incomplete
|
||||
{{- end -}}
|
||||
{{- range $idx, $storage := .Values.transmissionStorage.additionalStorages }}
|
||||
{{ printf "transmission-%v" (int $idx) }}:
|
||||
{{- $size := "" -}}
|
||||
|
||||
Reference in New Issue
Block a user