mirror of https://github.com/k3s-io/k3s
Add quotes to preserve more sane quoting in what we pass through.
parent
6c9fda472d
commit
3c5d2c0846
|
@ -30,4 +30,4 @@ if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then
|
|||
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
|
||||
fi
|
||||
|
||||
$CLOUDCFG $@
|
||||
$CLOUDCFG "$@"
|
||||
|
|
Loading…
Reference in New Issue