From 2a562cadd5c6041de17febcb7fac533e6b46e425 Mon Sep 17 00:00:00 2001 From: Florian LOPES Date: Fri, 19 Sep 2025 06:38:31 +0200 Subject: [PATCH] fix(doc): fix minor typo in monitoring helper function Signed-off-by: Florian LOPES --- charts/selenium-grid/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/selenium-grid/templates/_helpers.tpl b/charts/selenium-grid/templates/_helpers.tpl index db4d444bb..4140f98fa 100644 --- a/charts/selenium-grid/templates/_helpers.tpl +++ b/charts/selenium-grid/templates/_helpers.tpl @@ -169,7 +169,7 @@ Is ingress enabled {{- end -}} {{/* -Is ingress enabled +Is monitoring enabled */}} {{- define "seleniumGrid.monitoring.enabled" -}} {{- or .Values.monitoring.enabled .Values.monitoring.enabledWithExistingAgent | ternary "true" "" -}}