mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 21:42:18 +00:00
[deluge] Fix DockerMods
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: Deluge is a Python BitTorrent client based on libtorrent
|
description: Deluge is a Python BitTorrent client based on libtorrent
|
||||||
name: deluge
|
name: deluge
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- deluge
|
- deluge
|
||||||
- libtorrent
|
- libtorrent
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ spec:
|
|||||||
value: "{{ .Values.puid }}"
|
value: "{{ .Values.puid }}"
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: "{{ .Values.pgid }}"
|
value: "{{ .Values.pgid }}"
|
||||||
{{- if .values.dockerMods }}
|
{{- if .Values.dockerMods }}
|
||||||
- name: DOCKER_MODS
|
- name: DOCKER_MODS
|
||||||
value: {{ .Values.dockerMods }}
|
value: {{ .Values.dockerMods }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user