[deluge] Add DockerMods support

This commit is contained in:
2020-04-29 08:58:21 +01:00
parent 3a1405d14d
commit 0ab91c1e82
3 changed files with 13 additions and 4 deletions

View File

@@ -70,6 +70,10 @@ spec:
value: "{{ .Values.puid }}"
- name: PGID
value: "{{ .Values.pgid }}"
{{- if .values.dockerMods }}
- name: DOCKER_MODS
value: {{ .Values.dockerMods }}
{{- end }}
volumeMounts:
- mountPath: /config
name: config