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: