File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,14 @@ spec:
31
31
kind : PodMonitor
32
32
metadata :
33
33
name : crossplane-rbac-manager
34
- namespace : upbound-system
34
+ namespace : operators
35
35
labels :
36
36
app : crossplane-rbac-manager
37
37
spec :
38
+ namespaceSelector :
39
+ matchNames :
40
+ - crossplane-system
41
+ - upbound-system
38
42
selector :
39
43
matchLabels :
40
44
app : crossplane-rbac-manager
@@ -58,10 +62,14 @@ spec:
58
62
kind : PodMonitor
59
63
metadata :
60
64
name : crossplane
61
- namespace : upbound-system
65
+ namespace : operators
62
66
labels :
63
67
app : crossplane
64
68
spec :
69
+ namespaceSelector :
70
+ matchNames :
71
+ - crossplane-system
72
+ - upbound-system
65
73
selector :
66
74
matchLabels :
67
75
app : crossplane
@@ -85,10 +93,14 @@ spec:
85
93
kind : PodMonitor
86
94
metadata :
87
95
name : crossplane-providers
88
- namespace : upbound-system
96
+ namespace : operators
89
97
labels :
90
98
app : crossplane-providers
91
99
spec :
100
+ namespaceSelector :
101
+ matchNames :
102
+ - crossplane-system
103
+ - upbound-system
92
104
selector :
93
105
matchLabels :
94
106
app : crossplane-providers
You can’t perform that action at this time.
0 commit comments