Skip to content

Commit

Permalink
Merge pull request #442 from 3scale/backport-pr-441
Browse files Browse the repository at this point in the history
[backport-441] Add K8s jobs role permissions
  • Loading branch information
miguelsorianod authored Jul 30, 2020
2 parents 8cacd2d + 132529d commit c3b57b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ rules:
- deployments
verbs:
- get
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps.3scale.net
resources:
Expand Down

0 comments on commit c3b57b7

Please sign in to comment.