Skip to content

Commit

Permalink
Fix timeout on Terraform Helm install agones step (#890)
Browse files Browse the repository at this point in the history
Makefile target gcloud-terraform-install timed out fix.
  • Loading branch information
aLekSer authored and markmandel committed Jul 10, 2019
1 parent 194293e commit f6668ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ resource "helm_release" "agones" {
force_update = "true"
repository = "${data.helm_repository.agones.metadata.0.name}"
chart = "${var.chart}"
timeout = 180
timeout = 420

values = [
# Switch to in terraform 0.12
Expand Down

0 comments on commit f6668ef

Please sign in to comment.