Skip to content

Commit fe605b8

Browse files
committed
Update leader election rbac
1 parent b9841a4 commit fe605b8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

operator/templates/rbac/leader_election_role.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,21 @@ rules:
1717
- patch
1818
- delete
1919
- apiGroups:
20-
- ""
20+
- coordination.k8s.io
2121
resources:
22-
- configmaps/status
22+
- leases
2323
verbs:
2424
- get
25+
- list
26+
- watch
27+
- create
2528
- update
2629
- patch
30+
- delete
2731
- apiGroups:
2832
- ""
2933
resources:
3034
- events
3135
verbs:
3236
- create
37+
- patch

0 commit comments

Comments
 (0)