fix: quote service monitor port in authentication service monitor configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
ae64135a7b
commit
413d2ef995
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user