Skip to content

Commit

Permalink
fix INSTALL_OPERATOR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 22, 2023
1 parent 3382619 commit 9fd3de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/gcp/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x
PROJECT_ID=${PROJECT_ID:=$(gcloud config get project)}
REGION=${REGION:-us-central1}
ZONE=${ZONE:=${REGION}-a}
INSTALL_OPERATOR=no # set to yes if you want to install operator
INSTALL_OPERATOR=${INSTALL_OPERATOR:-no} # set to yes if you want to install operator

# Enable required services.
gcloud services enable container.googleapis.com
Expand Down

0 comments on commit 9fd3de5

Please sign in to comment.