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
|
||||
description: Radarr is a movie downloading client
|
||||
name: radarr
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
keywords:
|
||||
- radarr
|
||||
- usenet
|
||||
|
@ -65,7 +65,7 @@ spec:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
{{- if .Values.persistence.config.subPath }}
|
||||
subPath: {{ .Values.persistence.media.subPath }}
|
||||
subPath: {{ .Values.persistence.config.subPath }}
|
||||
{{- end }}
|
||||
- mountPath: /media
|
||||
name: media
|
||||
|
Loading…
Reference in New Issue
Block a user