Skip to content

Commit

Permalink
Helm: add commonLabels (grafana#9067)
Browse files Browse the repository at this point in the history
Signed-off-by: fabio trigari <[email protected]>
  • Loading branch information
ftrigari committed Dec 18, 2024
1 parent 74292ef commit 75360bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ name: "{{ .component }}-{{ .rolloutZoneName }}" {{- /* Currently required for ro
rollout-group: {{ .component }}
zone: {{ .rolloutZoneName }}
{{- end }}
{{- if .ctx.Values.global.commonLabels }}
{{ include "mimir.commonLabels" . }}
{{- end }}
{{- end -}}

{{/*
Expand Down

0 comments on commit 75360bc

Please sign in to comment.