feat: servicemonitor port must be string
This commit is contained in:
@ -14,4 +14,4 @@ type: library
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
|
@ -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