File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 4040 - list
4141 - watch
4242 - create
43+ - update
44+ - patch
4345 - apiGroups :
4446 - " "
4547 resources :
@@ -53,20 +55,25 @@ rules:
5355 resources :
5456 - clusteroperators
5557 verbs :
56- - create
57- - get
5858 - list
5959 - watch
6060 - apiGroups :
6161 - config.openshift.io
6262 resources :
6363 - clusteroperators
64+ resourceNames :
65+ - olm
66+ verbs :
67+ - get
68+ - apiGroups :
69+ - config.openshift.io
70+ resources :
6471 - clusteroperators/status
6572 resourceNames :
6673 - olm
6774 verbs :
6875 - update
69- - delete
76+ - patch
7077 - apiGroups :
7178 - coordination.k8s.io
7279 resources :
@@ -98,6 +105,8 @@ rules:
98105 - get
99106 - list
100107 - watch
108+ - update
109+ - patch
101110 - apiGroups :
102111 - " "
103112 resources :
@@ -217,6 +226,7 @@ rules:
217226 - core-admin
218227 - helm-provisioner-admin
219228 - rukpak-webhooks-admin
229+ - cluster-admin
220230 - apiGroups :
221231 - admissionregistration.k8s.io
222232 resources :
@@ -264,6 +274,7 @@ rules:
264274 - watch
265275 - create
266276 - patch
277+ - update
267278 - apiGroups :
268279 - " "
269280 resources :
You can’t perform that action at this time.
0 commit comments