diff --git a/helm/minio/templates/pvc.yaml b/helm/minio/templates/pvc.yaml index 84568e76f..369aade41 100644 --- a/helm/minio/templates/pvc.yaml +++ b/helm/minio/templates/pvc.yaml @@ -10,6 +10,10 @@ metadata: chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} +{{- if .Values.persistence.annotations }} + annotations: +{{ toYaml .Values.persistence.annotations | trimSuffix "\n" | indent 4 }} +{{- end }} spec: accessModes: - {{ .Values.persistence.accessMode | quote }}