mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
fix: labels are strings in helm
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -40,5 +40,5 @@ spec:
|
||||
matchLabels:
|
||||
app: {{ include "minio.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
monitoring: true
|
||||
monitoring: "true"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user