File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
eks/terraform/modules/cluster Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -735,21 +735,15 @@ locals {
735
735
replicaCount : 2 ,
736
736
rbac : {
737
737
serviceAccount : {
738
- name : local.cluster_autoscaler_service_account,
739
- annotations : {
740
- " eks.amazonaws.com/role-arn" : try (module. cluster_autoscaler_irsa_role . iam_role_arn , " " )
741
- }
738
+ name : local.cluster_autoscaler_service_account
742
739
}
743
740
}
744
741
})
745
742
746
743
load_balancer_controller_helm_values = yamlencode ({
747
744
clusterName : var.cluster_name,
748
745
serviceAccount : {
749
- name : local.loadbalancer_controller_service_account,
750
- annotations : {
751
- " eks.amazonaws.com/role-arn" : try (module. loadbalancer_controller_irsa_role . iam_role_arn , " " )
752
- }
746
+ name : local.loadbalancer_controller_service_account
753
747
},
754
748
defaultTags : var.common_tags
755
749
})
You can’t perform that action at this time.
0 commit comments