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 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/

View File

@ -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

View File

@ -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