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 }}