Skip to content

Commit

Permalink
Merge pull request #318 from ishan16696/bugFix
Browse files Browse the repository at this point in the history
Add a correct apiGroup for leader-election role.
  • Loading branch information
ishan16696 authored Mar 30, 2022
2 parents 90bdc2a + 06ae24b commit 36f6f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: leader-election-role
rules:
- apiGroups:
- ""
- "coordination.k8s.io"
resources:
- leases
verbs:
Expand Down

0 comments on commit 36f6f4b

Please sign in to comment.