Skip to content

Commit

Permalink
GKE: Link SA and ssh key secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Aug 18, 2019
1 parent 6177272 commit 2300892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/_modules/gke/pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ resource "kubernetes_service_account" "pipeline" {
"iam.gke.io/gcp-service-account" = google_service_account.pipeline.email
}
}

secret {
name = "ssh-auth"
}
}

0 comments on commit 2300892

Please sign in to comment.