Skip to content

Commit

Permalink
Merge pull request #1809 from estroz/chore/leader-election-leases
Browse files Browse the repository at this point in the history
🐛 (go/v3-alpha) add leases.coordination.k8s.io to leader-election-role
  • Loading branch information
k8s-ci-robot committed Nov 10, 2020
2 parents 7db6812 + f6d54b9 commit 5cde5fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ metadata:
rules:
- apiGroups:
- ""
- coordination.k8s.io
resources:
- configmaps
- leases
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ metadata:
rules:
- apiGroups:
- ""
- coordination.k8s.io
resources:
- configmaps
- leases
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ metadata:
rules:
- apiGroups:
- ""
- coordination.k8s.io
resources:
- configmaps
- leases
verbs:
- get
- list
Expand Down
2 changes: 2 additions & 0 deletions testdata/project-v3/config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ metadata:
rules:
- apiGroups:
- ""
- coordination.k8s.io
resources:
- configmaps
- leases
verbs:
- get
- list
Expand Down

0 comments on commit 5cde5fa

Please sign in to comment.