Skip to content

Commit

Permalink
fix(prow/aws-load-balancer): use correct iam role
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Jul 16, 2024
1 parent 6f70451 commit ab57fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prow/alb_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ metadata:
app.kubernetes.io/component: controller
app.kubernetes.io/name: aws-load-balancer-controller
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::292999226676:role/alb_ingress_controller
eks.amazonaws.com/role-arn: arn:aws:iam::292999226676:role/falco-prow-test-infra-loadbalancer-controller
name: aws-load-balancer-controller
namespace: kube-system
---
Expand Down

0 comments on commit ab57fa9

Please sign in to comment.