mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Radarr volumeMounts path fix (#238)
This commit is contained in:
parent
b9301e6e0a
commit
2e01b5e31d
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.2.0.1480-ls58
|
appVersion: v0.2.0.1480-ls58
|
||||||
description: Radarr is a movie downloading client
|
description: Radarr is a movie downloading client
|
||||||
name: radarr
|
name: radarr
|
||||||
version: 4.1.0
|
version: 4.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- radarr
|
- radarr
|
||||||
- usenet
|
- usenet
|
||||||
|
@ -65,7 +65,7 @@ spec:
|
|||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: config
|
name: config
|
||||||
{{- if .Values.persistence.config.subPath }}
|
{{- if .Values.persistence.config.subPath }}
|
||||||
subPath: {{ .Values.persistence.media.subPath }}
|
subPath: {{ .Values.persistence.config.subPath }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- mountPath: /media
|
- mountPath: /media
|
||||||
name: media
|
name: media
|
||||||
|
Loading…
Reference in New Issue
Block a user