Skip to content

Commit 2c8e868

Browse files
authored
fix rbac permission and add note about helm (#1555)
1 parent a0f42a4 commit 2c8e868

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

config/rbac/leader_election_role.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ rules:
1010
- configmaps
1111
verbs:
1212
- create
13+
- apiGroups:
14+
- ""
15+
resources:
16+
- configmaps
17+
resourceNames:
18+
- aws-load-balancer-controller-leader
19+
verbs:
1320
- get
1421
- update
15-
- patch
22+
- patch

docs/install/v2_0_0_full.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@ rules:
263263
- configmaps
264264
verbs:
265265
- create
266+
- apiGroups:
267+
- ""
268+
resources:
269+
- configmaps
270+
resourceNames:
271+
- aws-load-balancer-controller-leader
272+
verbs:
266273
- get
267274
- update
268275
- patch

0 commit comments

Comments
 (0)