File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 0.8.51
16+ version : 0.8.52
Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ metadata:
88 release : prometheusoperator
99 name : controller-manager-metrics-monitor
1010spec :
11+ jobLabel : kube-reqsizer-servicemonitor
1112 endpoints :
1213 - path : /metrics
1314 port : https
1415 namespaceSelector :
15- any : true
16+ matchNames :
17+ - {{.Release.Namespace}}
1618 selector :
1719 matchLabels :
1820 control-plane : controller-manager
19- {{ end }}
21+ {{ end }}
You can’t perform that action at this time.
0 commit comments