Skip to content

Commit

Permalink
Update roles to allow lease access (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan authored Sep 3, 2021
1 parent 9ce2ad6 commit d7f1737
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/yaml/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ rules:
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- list
- update

0 comments on commit d7f1737

Please sign in to comment.