We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f244cb commit 8e4810bCopy full SHA for 8e4810b
charts/tempo-distributed/templates/ingester/_helpers-ingester.tpl
@@ -87,9 +87,9 @@ app.kubernetes.io/part-of: memberlist
87
app.kubernetes.io/version: {{ .ctx.Chart.AppVersion | quote }}
88
{{- end }}
89
app.kubernetes.io/managed-by: {{ .ctx.Release.Service }}
90
-{{ with .ctx.Values.ingester.labels -}}
+{{- with .ctx.Values.ingester.labels }}
91
{{ toYaml . }}
92
-{{ end }}
+{{- end }}
93
{{- end -}}
94
{{/*
95
Resource name template
0 commit comments