Allow full mount path ability. Matches NZBGet's fix (#278)

This commit is contained in:
dcplaya 2020-07-12 12:39:13 -07:00 committed by GitHub
parent 516ff2a48f
commit b110687034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.19.1.2645-ccb6eb67e
description: Plex Media Server
name: plex
version: 1.6.0
version: 1.6.1
keywords:
- plex
home: https://plex.tv/

View File

@ -210,7 +210,7 @@ spec:
name: "extradata-{{ .name }}"
{{- end }}
{{- range .Values.persistence.extraMounts }}
- mountPath: "/{{ .name }}"
- mountPath: "/{{ .mountPath }}"
name: "{{ .name }}"
{{- end }}
- name: shared

View File

@ -212,9 +212,10 @@ persistence:
extraMounts: []
## Include additional claims that can be mounted inside the
## 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
# claimName: video-claim
# mountPath: mnt/path/in/pod
config:
# Optionally specify claimName to manually override the PVC to be used for