mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Allow full mount path ability. Matches NZBGet's fix (#278)
This commit is contained in:
parent
516ff2a48f
commit
b110687034
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: 1.19.1.2645-ccb6eb67e
|
appVersion: 1.19.1.2645-ccb6eb67e
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex
|
name: plex
|
||||||
version: 1.6.0
|
version: 1.6.1
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
home: https://plex.tv/
|
home: https://plex.tv/
|
||||||
|
@ -210,7 +210,7 @@ spec:
|
|||||||
name: "extradata-{{ .name }}"
|
name: "extradata-{{ .name }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range .Values.persistence.extraMounts }}
|
{{- range .Values.persistence.extraMounts }}
|
||||||
- mountPath: "/{{ .name }}"
|
- mountPath: "/{{ .mountPath }}"
|
||||||
name: "{{ .name }}"
|
name: "{{ .name }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: shared
|
- name: shared
|
||||||
|
@ -212,9 +212,10 @@ persistence:
|
|||||||
extraMounts: []
|
extraMounts: []
|
||||||
## Include additional claims that can be mounted inside the
|
## Include additional claims that can be mounted inside the
|
||||||
## pod. This is useful if you wish to use different paths with categories
|
## pod. This is useful if you wish to use different paths with categories
|
||||||
## Claim will me mounted as /{name}
|
## Claim will me mounted as /{mountPath}
|
||||||
# - name: video
|
# - name: video
|
||||||
# claimName: video-claim
|
# claimName: video-claim
|
||||||
|
# mountPath: mnt/path/in/pod
|
||||||
|
|
||||||
config:
|
config:
|
||||||
# Optionally specify claimName to manually override the PVC to be used for
|
# Optionally specify claimName to manually override the PVC to be used for
|
||||||
|
Loading…
Reference in New Issue
Block a user