[calibre-web] Add support for DockerMods

This commit is contained in:
2020-04-29 08:14:41 +01:00
parent 19901a5d94
commit bcac7514af
3 changed files with 5 additions and 2 deletions

View File

@@ -61,8 +61,10 @@ spec:
value: "{{ .Values.puid }}"
- name: PGID
value: "{{ .Values.pgid }}"
{{- if .values.dockerMods }}
- name: DOCKER_MODS
value: "linuxserver/calibre-web:calibre"
value: {{ .Values.dockerMods }}
{{- end }}
volumeMounts:
- mountPath: /config
name: config