From a9f1a2d34e16dd9a0a128988d5cec4f69cfd9612 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:05:52 -0700 Subject: [PATCH] docs(trino): remove extra spaces --- charts/trino/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/trino/values.yaml b/charts/trino/values.yaml index 645fe587..4924557f 100644 --- a/charts/trino/values.yaml +++ b/charts/trino/values.yaml @@ -168,9 +168,9 @@ server: # serverAddress: "http://prometheus.example.com" # threshold: "1" # metricName: required_workers - # query: >- - # sum by (service) - # (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s])) + # query: >- + # sum by (service) + # (avg_over_time(trino_execution_ClusterSizeMonitor_RequiredWorkers{service={{ include "trino.fullname" . | quote }}}[5s])) # ``` annotations: {} # server.keda.annotations -- Annotations to apply to the ScaledObject CRD.