Commit 6cfaed12 authored by Alex Robinson's avatar Alex Robinson

Don't surround node-tags list with square brackets

That's not how yaml list parsing works...
parent 3d435b56
...@@ -778,7 +778,7 @@ EOF ...@@ -778,7 +778,7 @@ EOF
if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then
cat <<EOF >>/etc/gce.conf cat <<EOF >>/etc/gce.conf
node-tags = [${NODE_INSTANCE_PREFIX}] node-tags = ${NODE_INSTANCE_PREFIX}
EOF EOF
CLOUD_CONFIG=/etc/gce.conf CLOUD_CONFIG=/etc/gce.conf
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment