Skip to content

Commit 346f319

Browse files
committed
fix lint issues
Signed-off-by: AvivGuiser <[email protected]>
1 parent d7d5cbb commit 346f319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
{{- with .Values.ingester.extraArgs }}
8080
{{- toYaml . | nindent 12 }}
8181
{{- end }}
82-
{{ - with .Values.global.extraArgs }}
82+
{{- with .Values.global.extraArgs }}
8383
{{- toYaml . | nindent 12 }}
8484
{{- end }}
8585
image: {{ include "tempo.imageReference" $dict }}

0 commit comments

Comments
 (0)