mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-25 15:49:28 +00:00
[deluge] Add DockerMods support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user