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
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
version: 1.3.0
|
version: 1.3.1
|
||||||
|
@@ -22,7 +22,7 @@ spec:
|
|||||||
matchNames:
|
matchNames:
|
||||||
- {{ $top.Release.Namespace | quote }}
|
- {{ $top.Release.Namespace | quote }}
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: {{ $serviceMonitor.port }}
|
- port: "{{ $serviceMonitor.port }}"
|
||||||
{{- with $serviceMonitor.path }}
|
{{- with $serviceMonitor.path }}
|
||||||
path: {{ . }}
|
path: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user