Skip to content

Commit

Permalink
add leases to kustomize rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Sep 19, 2022
1 parent b8a671c commit 58ad31a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifests/kustomize/components/rbac/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ rules:
- customresourcedefinitions
verbs:
- "*"
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- get
- list
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 58ad31a

Please sign in to comment.