From a32894b2530c1ee29f7c55965aab53436163e73f Mon Sep 17 00:00:00 2001 From: godog <godog@autistici.org> Date: Sun, 13 Apr 2025 16:26:55 +0200 Subject: [PATCH] Fix query flags again --- conf/services.d/thanos-query/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/services.d/thanos-query/run b/conf/services.d/thanos-query/run index fa54ca1..1f8fae6 100755 --- a/conf/services.d/thanos-query/run +++ b/conf/services.d/thanos-query/run @@ -10,6 +10,6 @@ esac exec /usr/sbin/thanos query \ --http-address=${QUERY_HTTP_ADDRESS:-0.0.0.0:10904} \ --grpc-address=${QUERY_GRPC_ADDRESS:-0.0.0.0:10903} \ - --endpoint.sd-config-file=/etc/thanos/store-sd/*.yml \ + --store.sd-files=/etc/thanos/store-sd/*.yml \ ${QUERY_FLAGS:-} -- GitLab