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 committed Nov 10, 2021
1 parent bbccd54 commit d18bd9f
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 @@ -299,6 +299,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

security_context {
Expand Down

0 comments on commit d18bd9f

Please sign in to comment.