Skip to content

Commit

Permalink
fix(aws): service account name
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Dec 15, 2020
1 parent c574a91 commit b9cc556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/aws-load-balancer-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
tag: "${local.aws-load-balancer-controller["version"]}"
clusterName: ${var.cluster-name}
serviceAccount:
name: "${local.aws-load-balancer-controller["version"]}"
name: "${local.aws-load-balancer-controller["service_account_name"]}"
annotations:
eks.amazonaws.com/role-arn: "${local.aws-load-balancer-controller["enabled"] && local.aws-load-balancer-controller["create_iam_resources_irsa"] ? module.iam_assumable_role_aws-load-balancer-controller.this_iam_role_arn : ""}"
VALUES
Expand Down

0 comments on commit b9cc556

Please sign in to comment.