File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: v2
33appVersion : 9.0.0
44description : Lyrion Media Server
55name : lms
6- version : 0.0.13
6+ version : 0.0.14
77keywords :
88 - lms
99 - logitechmediaserver
Original file line number Diff line number Diff line change @@ -152,10 +152,7 @@ spec:
152152 path : {{.Values.persistence.lmsconfig.hostPath }}
153153 {{- else }}
154154 persistentVolumeClaim :
155- claimName : {{ if .Values.persistence.lmsconfig.existingClaim }}{{ .Values.persistence.lmsconfig.existingClaim }}
156- {{- else }}
157- {{ template "app.fullname" . }}
158- {{- end }}
155+ claimName : {{ if .Values.persistence.lmsconfig.existingClaim }}{{ .Values.persistence.lmsconfig.existingClaim }}{{- else }}{{ template "app.fullname" . }}{{- end }}
159156 {{- end }}
160157 {{- else }}
161158 emptyDir : {}
@@ -167,10 +164,7 @@ spec:
167164 path : {{.Values.persistence.musicstorage.hostPath }}
168165 {{- else }}
169166 persistentVolumeClaim :
170- claimName : {{ if .Values.persistence.musicstorage.existingClaim }}{{ .Values.persistence.musicstorage.existingClaim }}
171- {{- else }}
172- {{ template "app.fullname" . }}
173- {{- end }}
167+ claimName : {{ if .Values.persistence.musicstorage.existingClaim }}{{ .Values.persistence.musicstorage.existingClaim }}{{- else }}{{ template "app.fullname" . }}{{- end }}
174168 {{- end }}
175169 {{- else }}
176170 emptyDir : {}
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ persistence:
161161 # #
162162 # # If you want to reuse an existing claim, you can pass the name of the PVC using
163163 # # the existingClaim variable
164- existingClaim : " "
164+ # existingClaim:
165165 # #
166166 # # If you want to use a volume on the host machine instead of a PVC:
167167 # hostPath: /path/to/the/config/folder
@@ -171,7 +171,7 @@ persistence:
171171 musicstorage :
172172 enabled : false
173173 # storageClass: "-"
174- existingClaim : pvc-musicstorage
174+ # existingClaim: pvc-musicstorage
175175 # hostPath: /path/to/the/music/folder
176176
177177# Mount devices or folders from the host machine. Can be used for USB device mounting.
You can’t perform that action at this time.
0 commit comments