Skip to content

Commit

Permalink
Re-adding explicit declaration of automount_service_account_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Soell authored and rosmo committed Mar 14, 2023
1 parent 5dbf78b commit 271fd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ resource "kubernetes_deployment" "deployment_autoneg_controller_manager" {

spec {
service_account_name = kubernetes_service_account.service_account.metadata[0].name
automount_service_account_token = true
termination_grace_period_seconds = 10
node_selector = {
"iam.gke.io/gke-metadata-server-enabled" = "true"
Expand Down

0 comments on commit 271fd91

Please sign in to comment.