Skip to content

Commit 8e4810b

Browse files
committed
fix ingester labels template
Signed-off-by: Sean Ringel <[email protected]>
1 parent 2f244cb commit 8e4810b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/tempo-distributed/templates/ingester/_helpers-ingester.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ app.kubernetes.io/part-of: memberlist
8787
app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }}
8888
{{- end }}
8989
app.kubernetes.io/managed-by: {{ .ctx.Release.Service }}
90-
{{ with .ctx.Values.ingester.labels -}}
90+
{{- with .ctx.Values.ingester.labels }}
9191
{{ toYaml . }}
92-
{{ end }}
92+
{{- end }}
9393
{{- end -}}
9494
{{/*
9595
Resource name template

0 commit comments

Comments
 (0)