Skip to content

Commit

Permalink
applied review note
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-kremsa-globant committed May 27, 2020
1 parent b77c6b3 commit 51f5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/includes/terraform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gcloud-terraform-cluster: AGONES_VERSION ?= ''
gcloud-terraform-cluster: GCP_TF_CLUSTER_NAME ?= agones-tf-cluster
gcloud-terraform-cluster: LOG_LEVEL ?= debug
gcloud-terraform-cluster: $(ensure-build-image)
gcloud-terraform-cluster: FEATURE_GATES := "ContainerPortAllocation=true"
gcloud-terraform-cluster: FEATURE_GATES := ""
gcloud-terraform-cluster:
ifndef GCP_PROJECT
$(eval GCP_PROJECT=$(shell sh -c "gcloud config get-value project 2> /dev/null"))
Expand Down

0 comments on commit 51f5f10

Please sign in to comment.