File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 15
15
- monitoring.coreos.com
16
16
resources :
17
17
- servicemonitors
18
+ - prometheusrules
18
19
verbs :
19
20
- get
20
21
- watch
@@ -70,11 +71,20 @@ rules:
70
71
resources :
71
72
- namespaces
72
73
- pods
74
+ verbs :
75
+ - get
76
+ - watch
77
+ - list
78
+ - apiGroups :
79
+ - " "
80
+ resources :
73
81
- nodes
74
82
verbs :
75
83
- get
76
84
- watch
77
85
- list
86
+ - patch
87
+ - update
78
88
- apiGroups :
79
89
- " "
80
90
resources :
@@ -184,3 +194,17 @@ rules:
184
194
- get
185
195
- watch
186
196
- list
197
+ - apiGroups :
198
+ - admissionregistration.k8s.io
199
+ resources :
200
+ - validatingadmissionpolicies
201
+ - validatingadmissionpolicybindings
202
+ verbs :
203
+ - get
204
+ - watch
205
+ - list
206
+ - create
207
+ - update
208
+ - patch
209
+ - delete
210
+ - deletecollection
You can’t perform that action at this time.
0 commit comments