feat: servicemonitor port must be string
This commit is contained in:
@ -22,7 +22,7 @@ spec:
|
||||
matchNames:
|
||||
- {{ $top.Release.Namespace | quote }}
|
||||
endpoints:
|
||||
- port: {{ $serviceMonitor.port }}
|
||||
- port: "{{ $serviceMonitor.port }}"
|
||||
{{- with $serviceMonitor.path }}
|
||||
path: {{ . }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user