From d502e7d5ec9175b8d0f9d9108b3ab078f7725cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Werner=20Donn=C3=A9?= Date: Mon, 23 Dec 2024 17:04:57 +0100 Subject: [PATCH] Fixes the tempo-query command-line arguments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the tempo-query command-line arguments. Signed-off-by: Werner Donné --- charts/tempo/templates/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 0cdb9bd358..6eb67ff94b 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -121,8 +121,8 @@ spec: {{- end }} {{- if .Values.tempoQuery.enabled }} - args: - - --query.base-path=/ - - --grpc-storage-plugin.configuration-file=/conf/tempo-query.yaml + - -config + - /conf/tempo-query.yaml {{- range $key, $value := .Values.tempoQuery.extraArgs }} - "-{{ $key }}{{ if $value }}={{ $value }}{{ end }}" {{- end }}