Skip to content

Commit c732fb3

Browse files
authored
add v2.0.0 manifest and strict leaderelection rbac (#1537)
1 parent bd78d8c commit c732fb3

File tree

4 files changed

+572
-2
lines changed

4 files changed

+572
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0-rc4
3+
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0
44

55
CRD_OPTIONS ?= "crd:trivialVersions=false,crdVersions=v1beta1"
66

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: amazon/aws-alb-ingress-controller
12-
newTag: v2.0.0-rc4
12+
newTag: v2.0.0

config/rbac/leader_election_role.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ rules:
88
- ""
99
resources:
1010
- configmaps
11+
resourceNames:
12+
- aws-load-balancer-controller-leader
1113
verbs:
1214
- create
1315
- get

0 commit comments

Comments
 (0)