Radarr volumeMounts path fix (#238)

This commit is contained in:
Radu Micu 2020-06-02 13:29:32 +01:00 committed by GitHub
parent b9301e6e0a
commit 2e01b5e31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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