Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update hack/quickstart-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Madigan <[email protected]>
  • Loading branch information
maleck13 and jasonmadigan authored Oct 2, 2023
1 parent 322294d commit 09f53f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/quickstart-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi
if [[ -z "${MGC_WORKLOAD_CLUSTERS_COUNT}" ]]; then
MGC_WORKLOAD_CLUSTERS_COUNT=1
fi
if [[ -z "${MGC_DEPLOY_SERVICE_PROTECTION}"]]; then
if [[ -z "${MGC_DEPLOY_SERVICE_PROTECTION}" ]]; then
MGC_DEPLOY_SERVICE_PROTECTION=true
fi

Expand Down

0 comments on commit 09f53f4

Please sign in to comment.