File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,36 @@ objects:
274
274
scope : Cluster
275
275
sideEffects : None
276
276
timeoutSeconds : 2
277
+ - apiVersion : admissionregistration.k8s.io/v1
278
+ kind : ValidatingWebhookConfiguration
279
+ metadata :
280
+ annotations :
281
+ service.beta.openshift.io/inject-cabundle : " true"
282
+ creationTimestamp : null
283
+ name : sre-clusterroles-validation
284
+ webhooks :
285
+ - admissionReviewVersions :
286
+ - v1
287
+ clientConfig :
288
+ service :
289
+ name : validation-webhook
290
+ namespace : openshift-validation-webhook
291
+ path : /clusterroles-validation
292
+ failurePolicy : Ignore
293
+ matchPolicy : Equivalent
294
+ name : clusterroles-validation.managed.openshift.io
295
+ rules :
296
+ - apiGroups :
297
+ - rbac.authorization.k8s.io
298
+ apiVersions :
299
+ - v1
300
+ operations :
301
+ - DELETE
302
+ resources :
303
+ - clusterroles
304
+ scope : Cluster
305
+ sideEffects : None
306
+ timeoutSeconds : 2
277
307
- apiVersion : admissionregistration.k8s.io/v1
278
308
kind : ValidatingWebhookConfiguration
279
309
metadata :
Original file line number Diff line number Diff line change 47
47
"admin" ,
48
48
"system:admin" ,
49
49
"system:node" ,
50
- "system:node-proxier" ,
51
50
"system:kube-scheduler" ,
52
51
"system:kube-controller-manager" ,
53
52
}
You can’t perform that action at this time.
0 commit comments