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
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# 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:
8
8
release : prometheusoperator
9
9
name : controller-manager-metrics-monitor
10
10
spec :
11
+ jobLabel : kube-reqsizer-servicemonitor
11
12
endpoints :
12
13
- path : /metrics
13
14
port : https
14
15
namespaceSelector :
15
- any : true
16
+ matchNames :
17
+ - {{.Release.Namespace}}
16
18
selector :
17
19
matchLabels :
18
20
control-plane : controller-manager
19
- {{ end }}
21
+ {{ end }}
You can’t perform that action at this time.
0 commit comments