Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Allow access to the coordination API for leader election (#1551) (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvillard authored Sep 10, 2020
1 parent d166104 commit 7b8661d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions github/config/core/203-webhook-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@ rules:
- get
- update
- patch

# For leader election
- apiGroups:
- "coordination.k8s.io"
resources:
- "leases"
verbs: *everything

0 comments on commit 7b8661d

Please sign in to comment.