fix(helm): apply annotations to pvc (#1489)

This commit is contained in:
Nicolaj Vinholt
2025-03-17 16:32:17 +01:00
committed by GitHub
parent 40539cc4b1
commit e5ab847547
3 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ metadata:
name: {{ include "jellyseerr.configPersistenceName" . }}
labels:
{{- include "jellyseerr.labels" . | nindent 4 }}
{{- with .Values.config.persistence.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- with .Values.config.persistence.accessModes }}
accessModes: