Don't surround node-tags list with square brackets

That's not how yaml list parsing works...
This commit is contained in:
Alex Robinson 2016-05-05 22:04:38 +00:00
parent 3d435b56be
commit 6cfaed1299

View File

@ -778,7 +778,7 @@ EOF
if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then
cat <<EOF >>/etc/gce.conf
node-tags = [${NODE_INSTANCE_PREFIX}]
node-tags = ${NODE_INSTANCE_PREFIX}
EOF
CLOUD_CONFIG=/etc/gce.conf
fi