mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 02:56:50 +10:00
Fix PVC annotations
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user