Fix PVC annotations

This commit is contained in:
Alejandro Moreno
2019-05-13 17:34:08 +02:00
parent f18eefb3df
commit 5b4c63dfbd
+2 -2
View File
@@ -158,8 +158,8 @@ spec:
labels:
app.kubernetes.io/name: {{ include "minio.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.persistence.podAnnotations }}
annotations: {{ toYaml .Values.persistence.podAnnotations | nindent 8 }}
{{- if .Values.persistence.annotations }}
annotations: {{ toYaml .Values.persistence.annotations | nindent 8 }}
{{- end }}
spec:
accessModes: {{ toYaml .Values.persistence.accessModes | nindent 8 }}