[bitnami/minio] Fix PVC annotations (#4677)

* [bitnami/minio] Fix PVC annotations

* Update Chart.yaml
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-12-14 11:49:03 +01:00
committed by GitHub
parent e2b744e838
commit fb5f3bdb18
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ name: minio
sources:
- https://github.com/bitnami/bitnami-docker-minio
- https://min.io
version: 4.1.4
version: 4.1.5
@@ -5,6 +5,9 @@ metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.persistence.annotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.persistence.annotations "context" $ ) | nindent 4 }}
{{- end }}
spec:
accessModes:
{{- range .Values.persistence.accessModes }}