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
|
||||
description: Plex Media Server
|
||||
name: plex
|
||||
version: 1.6.0
|
||||
version: 1.6.1
|
||||
keywords:
|
||||
- plex
|
||||
home: https://plex.tv/
|
||||
|
@ -210,7 +210,7 @@ spec:
|
||||
name: "extradata-{{ .name }}"
|
||||
{{- end }}
|
||||
{{- range .Values.persistence.extraMounts }}
|
||||
- mountPath: "/{{ .name }}"
|
||||
- mountPath: "/{{ .mountPath }}"
|
||||
name: "{{ .name }}"
|
||||
{{- end }}
|
||||
- name: shared
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user