Skip to content

Commit

Permalink
Merge pull request #4 from kabisa/update/add_serviceaccount_token_aut…
Browse files Browse the repository at this point in the history
…omount

Add automounting of the serviceaccount token
  • Loading branch information
Glaaj authored Jun 14, 2022
2 parents a8ab46f + 4f8a848 commit a4db8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s-resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ resource "kubernetes_service_account" "alb_ingress_controller" {
"eks.amazonaws.com/role-arn" = "arn:aws:iam::${var.account_id}:role/${aws_iam_role.alb-ingress-controller-iam-role.name}"
}
}
automount_service_account_token = true
}

0 comments on commit a4db8a3

Please sign in to comment.