mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -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" . }}
|
chart: {{ template "minio.chart" . }}
|
||||||
release: {{ .Release.Name }}
|
release: {{ .Release.Name }}
|
||||||
heritage: {{ .Release.Service }}
|
heritage: {{ .Release.Service }}
|
||||||
|
{{- if .Values.persistence.annotations }}
|
||||||
|
annotations:
|
||||||
|
{{ toYaml .Values.persistence.annotations | trimSuffix "\n" | indent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- {{ .Values.persistence.accessMode | quote }}
|
- {{ .Values.persistence.accessMode | quote }}
|
||||||
|
Loading…
Reference in New Issue
Block a user