Fixes a typo in the --query-frontend.log-queries-longer-than argument of the query-frontend-deployment.yaml. The chart currently produces: --query-frontend.log_queries_longer_than using underscores. The correct argument should be --query-frontend.log-queries-longer-than using dashes.
Q
A
Bug fix?
yes
New feature?
no
API breaks?
no
Deprecations?
no
Related tickets
none
License
Apache 2.0
What's in this PR?
Corrects typo for the --query-frontend.log-queries-longer-than argument of the query-frontend-deployment.yaml
Why?
The container fails to start when setting the queryFrontend.logQueriesLongerThan value to something other than 0.
Fixes a typo in the --query-frontend.log-queries-longer-than argument of the query-frontend-deployment.yaml. The chart currently produces:
--query-frontend.log_queries_longer_than
using underscores. The correct argument should be--query-frontend.log-queries-longer-than
using dashes.What's in this PR?
Corrects typo for the --query-frontend.log-queries-longer-than argument of the query-frontend-deployment.yaml
Why?
The container fails to start when setting the queryFrontend.logQueriesLongerThan value to something other than 0.
Additional context
Checklist