Skip to content

Commit

Permalink
attempt gke idempotency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jones committed May 20, 2019
1 parent c5514ab commit 0c992e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/tf/gke/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ resource "google_container_cluster" "scf-cluster" {
master_auth {
username = "${random_id.username.hex}"
password = "${random_id.password.hex}"

client_certificate_config {
issue_client_certificate = false
}
}
}

Expand Down

0 comments on commit 0c992e1

Please sign in to comment.