Skip to content

Commit c257658

Browse files
committed
feat: switch to IRSAv2/pod identity
1 parent 44584d9 commit c257658

File tree

1 file changed

+2
-2
lines changed
  • eks/terraform/modules/cluster

1 file changed

+2
-2
lines changed

eks/terraform/modules/cluster/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module "aws_lb_controller_pod_identity" {
5151
# Pod Identity Associations
5252
association_defaults = {
5353
namespace = local.contorllers_namespace
54-
service_account = local.ebs_csi_controller_service_account
54+
service_account = local.loadbalancer_controller_service_account
5555
}
5656

5757
associations = {
@@ -73,7 +73,7 @@ module "aws_ebs_csi_pod_identity" {
7373
# Pod Identity Associations
7474
association_defaults = {
7575
namespace = local.contorllers_namespace
76-
service_account = local.cluster_autoscaler_service_account
76+
service_account = local.ebs_csi_controller_service_account
7777
}
7878

7979
associations = {

0 commit comments

Comments
 (0)