Skip to content

Commit 1b9fca9

Browse files
Remove auto-generated role.yaml
This file was auto-generated by controller-gen (make manifests) and not used by kustomization. The actual RBAC is defined in clusterrole.yaml.
1 parent 5eccc92 commit 1b9fca9

File tree

2 files changed

+2
-101
lines changed

2 files changed

+2
-101
lines changed

config/rbac/clusterrole.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rules:
1111
# Core resources - verbs are tailored per resource to follow least privilege
1212
- apiGroups: [""]
1313
resources: [pods]
14-
verbs: [create, delete, get, list, patch, update, watch]
14+
verbs: [create, delete, get, list, update, watch]
1515
- apiGroups: [""]
1616
resources: [configmaps]
1717
verbs: [create, get, list, patch, update, watch]
@@ -25,6 +25,7 @@ rules:
2525
resources: [events]
2626
verbs: [create, patch, update]
2727
# CRDs
28+
# Used for the optional Volcano scheduler
2829
- apiGroups: [apiextensions.k8s.io]
2930
resources: [customresourcedefinitions]
3031
verbs: [get]

config/rbac/role.yaml

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)