banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
368 stars 284 forks source link

[Thanos] Fix query-frontend.log-queries-longer-than argument #1252

Closed mpritter76 closed 3 years ago

mpritter76 commented 3 years ago

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.

Additional context

Checklist