mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
[Plex] Added the ability to specify subPath on each extraData mount (#159)
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
b80f372c82
commit
e67b0cc17b
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.20.2.3402
|
appVersion: 1.20.2.3402
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex
|
name: plex
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
home: https://plex.tv/
|
home: https://plex.tv/
|
||||||
|
@ -230,6 +230,9 @@ spec:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{- range .Values.persistence.extraData }}
|
{{- range .Values.persistence.extraData }}
|
||||||
- mountPath: "/data-{{ .name }}"
|
- mountPath: "/data-{{ .name }}"
|
||||||
|
{{- if .subPath }}
|
||||||
|
subPath: {{ .subPath }}
|
||||||
|
{{ end }}
|
||||||
name: "extradata-{{ .name }}"
|
name: "extradata-{{ .name }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range .Values.persistence.extraMounts }}
|
{{- range .Values.persistence.extraMounts }}
|
||||||
|
@ -210,6 +210,7 @@ persistence:
|
|||||||
# with the additional field 'name'
|
# with the additional field 'name'
|
||||||
# - claimName: "special-tv"
|
# - claimName: "special-tv"
|
||||||
# name: 'foo'
|
# name: 'foo'
|
||||||
|
# subPath: optional/sub/path
|
||||||
|
|
||||||
extraMounts: []
|
extraMounts: []
|
||||||
## Include additional claims that can be mounted inside the
|
## Include additional claims that can be mounted inside the
|
||||||
|
Loading…
Reference in New Issue
Block a user