Skip to content

Commit

Permalink
fixing service account to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
obeleh committed Feb 22, 2021
1 parent b7652d5 commit 316d127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data "template_file" "loadbalancer-controller" {
cluster_name = var.eks_cluster_name
vpc_id = var.vpc_id
region = var.region
service_account_name =kubernetes_service_account.alb_ingress_controller.metadata.name
service_account_name =kubernetes_service_account.alb_ingress_controller.metadata[0].name
}
}

Expand Down

0 comments on commit 316d127

Please sign in to comment.