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 d7d5cbb commit 346f319Copy full SHA for 346f319
charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml
@@ -79,7 +79,7 @@ spec:
79
{{- with .Values.ingester.extraArgs }}
80
{{- toYaml . | nindent 12 }}
81
{{- end }}
82
- {{ - with .Values.global.extraArgs }}
+ {{- with .Values.global.extraArgs }}
83
84
85
image: {{ include "tempo.imageReference" $dict }}
0 commit comments