From d4555e14e22b38a5feb4098ada62f67c84e7be42 Mon Sep 17 00:00:00 2001 From: ThameezBo Date: Thu, 19 Oct 2023 14:02:11 +0200 Subject: [PATCH] fix: linting Signed-off-by: ThameezBo --- charts/kube-prometheus-stack/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-prometheus-stack/values.yaml b/charts/kube-prometheus-stack/values.yaml index 5e4ff4f97265..650d358e8ab8 100644 --- a/charts/kube-prometheus-stack/values.yaml +++ b/charts/kube-prometheus-stack/values.yaml @@ -3961,7 +3961,7 @@ thanosRuler: ## AlertmanagerConfig define configuration for connecting to alertmanager. ## Only available with Thanos v0.10.0 and higher. Maps to the alertmanagers.config Thanos Ruler arg. - alertmanagersConfig: + alertmanagersConfig: # use existing secret, if configured, alertmanagersConfig.secret will not be used existingSecret: {} # name: "" @@ -4021,7 +4021,7 @@ thanosRuler: ## Define configuration for connecting to thanos query instances. If this is defined, the queryEndpoints field will be ignored. ## Maps to the query.config CLI argument. Only available with thanos v0.11.0 and higher. - queryConfig: + queryConfig: # use existing secret, if configured, queryConfig.secret will not be used existingSecret: {} # name: ""