From 413d2ef9951569767a40069671ed348dc5a5be60 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Mar 2025 22:47:08 +0800 Subject: [PATCH] fix: quote service monitor port in authentication service monitor configuration Signed-off-by: zhenyus --- .../authentication/templates/authentication/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml index ac9fe8ad..c2039552 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml @@ -15,7 +15,7 @@ metadata: spec: endpoints: - path: /api/_/metrics - port: {{ .Values.authentication.serviceMonitor.port }} + port: {{ .Values.authentication.serviceMonitor.port | quote }} {{- if .Values.authentication.serviceMonitor.interval }} interval: {{ .Values.authentication.serviceMonitor.interval }} {{- end }}