Skip to content

Commit

Permalink
Helm: remove nl for commonLabels (#9067)
Browse files Browse the repository at this point in the history
Signed-off-by: fabio trigari <[email protected]>
  • Loading branch information
ftrigari committed Jan 8, 2025
1 parent ec0e2b9 commit fb6d780
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ metadata:
chart: {{ template "minio.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- if .Values.global.commonLabels }}
{{- include "mimir.commonLabels" (dict "ctx" . ) | nindent 4 -}}
{{- end }}
{{- with .Values.minio.makeBucketJob.annotations }}
annotations:
{{ toYaml . | indent 4 }}
Expand Down

0 comments on commit fb6d780

Please sign in to comment.