fix: labels are strings in helm

This commit is contained in:
Harshavardhana
2021-09-19 22:29:26 -07:00
parent c4373ef290
commit bef748abbd
6 changed files with 43 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ metadata:
chart: {{ template "minio.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
monitoring: true
monitoring: "true"
{{- if .Values.service.annotations }}
annotations:
{{ toYaml .Values.service.annotations | indent 4 }}

View File

@@ -40,5 +40,5 @@ spec:
matchLabels:
app: {{ include "minio.name" . }}
release: {{ .Release.Name }}
monitoring: true
monitoring: "true"
{{- end }}