Skip to content

Commit a9f8e0e

Browse files
committed
Fix linting
Signed-off-by: Martin Burgos <[email protected]>
1 parent bb32d12 commit a9f8e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/tempo-distributed/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ app.kubernetes.io/managed-by: {{ .ctx.Release.Service }}
9696
Common labels to add to all resources
9797
*/}}
9898
{{ - define "tempo.commonLabels" -}}
99-
{{- toYaml .Values.commonLabels | nindent 0 }}
99+
{{- toYaml .Values.commonLabels | nindent 0 }}
100100
{{- end -}}
101101

102102
{{/*

0 commit comments

Comments
 (0)