Skip to content

Commit 37b0253

Browse files
VanillaSpoonopenshift-ci[bot]
authored andcommitted
add: batch permissions
1 parent aa4e403 commit 37b0253

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/rbac/role.yaml

+11
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)