Skip to content

Commit 0c77268

Browse files
authored
fix(doc): fix minor typo in Helm helper function (monitoring) (#2959)
Signed-off-by: Florian LOPES <[email protected]>
1 parent 8b90a3d commit 0c77268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/selenium-grid/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Is ingress enabled
169169
{{- end -}}
170170

171171
{{/*
172-
Is ingress enabled
172+
Is monitoring enabled
173173
*/}}
174174
{{- define "seleniumGrid.monitoring.enabled" -}}
175175
{{- or .Values.monitoring.enabled .Values.monitoring.enabledWithExistingAgent | ternary "true" "" -}}

0 commit comments

Comments
 (0)