We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e04b9fa + 1b43c44 commit b7cb0ebCopy full SHA for b7cb0eb
1 file changed
contrib/digitalocean/provision-do-cluster.sh
@@ -41,7 +41,7 @@ if [ -z "$DEIS_NUM_INSTANCES" ]; then
41
DEIS_NUM_INSTANCES=3
42
fi
43
44
-regions_without_private_networking_or_metadata="nyc1 nyc2 ams1 ams2 sfo1"
+regions_without_private_networking_or_metadata="nyc1 nyc2 ams1"
45
if listcontains "$regions_without_private_networking_or_metadata" "$REGION_SLUG";
46
then
47
echo_red "Invalid region. Please supply a region with private networking & metadata support."
0 commit comments