Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit ad62acb

Browse files
authored
Merge pull request #36 from falico/patch-1
Fixed ZONE as primary_location
2 parents 4bc4265 + 281eb61 commit ad62acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ APP_NAME=$(kubectl get deployments -n default \
3434
APP_MESSAGE="deployment \"$APP_NAME\" successfully rolled out"
3535

3636
cd "$ROOT/terraform" || exit; CLUSTER_NAME=$(terraform output cluster_name) \
37-
ZONE=$(terraform output primary_zone)
37+
ZONE=$(terraform output primary_location)
3838

3939
# Get credentials for the k8s cluster
4040
gcloud container clusters get-credentials "$CLUSTER_NAME" --zone="$ZONE"

0 commit comments

Comments
 (0)