Skip to content

Commit

Permalink
Fix apiGroup for leader-election role.
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan16696 committed Mar 30, 2022
1 parent 90bdc2a commit 06ae24b
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 06ae24b

Please sign in to comment.