Skip to content

Commit

Permalink
$(ALPHA_FEATURE_GATES) on gcloud-terraform-install (googleforgames#1663)
Browse files Browse the repository at this point in the history
Minor cleanup to use the feature gate variable in the Terraform make
commands.
  • Loading branch information
markmandel authored and ilkercelikyilmaz committed Oct 23, 2020
1 parent 7de1ef2 commit 57e80e7
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 @@ -60,7 +60,7 @@ gcloud-terraform-install: PING_SERVICE_TYPE := "LoadBalancer"
gcloud-terraform-install: CRD_CLEANUP := true
gcloud-terraform-install: GCP_TF_CLUSTER_NAME ?= agones-tf-cluster
gcloud-terraform-install: LOG_LEVEL ?= debug
gcloud-terraform-install: FEATURE_GATES := "PlayerTracking=true&ContainerPortAllocation=true"
gcloud-terraform-install: FEATURE_GATES := $(ALPHA_FEATURE_GATES)
gcloud-terraform-install:
ifndef GCP_PROJECT
$(eval GCP_PROJECT=$(shell sh -c "gcloud config get-value project 2> /dev/null"))
Expand Down

0 comments on commit 57e80e7

Please sign in to comment.