Skip to content

Commit

Permalink
Add RBAC perms for LTPA tests (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin authored Jan 22, 2024
1 parent a89e68f commit 699fcaa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions config/rbac/kind-kuttl-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,12 @@ rules:
- get
- list
- delete
- apiGroups:
- batch
resources:
- jobs
verbs:
- get
- list
- patch
- delete
10 changes: 9 additions & 1 deletion config/rbac/kuttl-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@ rules:
- get
- list
- delete

- apiGroups:
- batch
resources:
- jobs
verbs:
- get
- list
- patch
- delete

0 comments on commit 699fcaa

Please sign in to comment.