Skip to content

Commit aa18a41

Browse files
committed
add: batch permissions
1 parent 9762026 commit aa18a41

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/rbac/role.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ rules:
1818
- patch
1919
- update
2020
- watch
21+
- apiGroups:
22+
- batch
23+
resources:
24+
- jobs
25+
verbs:
26+
- create
27+
- delete
28+
- list
29+
- patch
30+
- update
31+
- watch
2132
- apiGroups:
2233
- apps
2334
resources:

0 commit comments

Comments
 (0)