Skip to content

Commit ba46d73

Browse files
hongbo-miaonineinchnick
authored andcommitted
Remove extra spaces in comments
1 parent 6df464a commit ba46d73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/trino/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ Fast distributed SQL query engine for big data analytics that helps you explore
163163
serverAddress: "http://prometheus.example.com"
164164
threshold: "1"
165165
metricName: required_workers
166-
query: >-
167-
sum by (service)
168-
(avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
166+
query: >-
167+
sum by (service)
168+
(avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
169169
```
170170
* `server.keda.annotations` - object, default: `{}`
171171

charts/trino/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ server:
169169
# serverAddress: "http://prometheus.example.com"
170170
# threshold: "1"
171171
# metricName: required_workers
172-
# query: >-
173-
# sum by (service)
174-
# (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
172+
# query: >-
173+
# sum by (service)
174+
# (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s]))
175175
# ```
176176
annotations: {}
177177
# server.keda.annotations -- Annotations to apply to the ScaledObject CRD.

0 commit comments

Comments
 (0)