mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
add missing annotations for PVCs in vanilla helm chart (#14793)
This commit is contained in:
parent
2fc65dcb99
commit
bcdaa09c75
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user