From 49e00079431f8ff28788b9528f73be1b6e2c958b Mon Sep 17 00:00:00 2001 From: flaneur Date: Tue, 6 Aug 2024 16:33:16 +0800 Subject: [PATCH] chore(query): tune comment (#103) --- charts/databend-query/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/databend-query/values.yaml b/charts/databend-query/values.yaml index 2b91644..0d4102b 100644 --- a/charts/databend-query/values.yaml +++ b/charts/databend-query/values.yaml @@ -8,7 +8,8 @@ replicaCount: 1 workload: StatefulSet # By default, the queries are routed to the first node in the StatefulSet, and this node is considered -# as the coordinator. If you want to enable load balance queries across nodes, set this to true. +# as the coordinator. If you want to enable load balance queries across nodes, set this to true. Please +# note that when this is enabled, you can not get the consistent running queries by SHOW PROCESSLIST. enableLoadBalance: false image: