Skip to content

Commit

Permalink
Update charts/sonarr/templates/persistentvolumeclaim.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovic Ortega <[email protected]>
  • Loading branch information
jlpedrosa and M0NsTeRRR authored May 21, 2024
1 parent 339d51e commit cfab11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sonarr/templates/persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.config.persistence.volumeName }}
volumeName: .Values.config.persistence.volumeName
volumeName: {{ .Values.config.persistence.volumeName }}
{{- end }}
{{- with .Values.config.persistence.storageClass }}
storageClassName: {{ if (eq "-" .) }}""{{ else }}{{ . }}{{ end }}
Expand Down

0 comments on commit cfab11c

Please sign in to comment.