mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 22:03:22 +00:00
Add quotes to preserve more sane quoting in what we pass through.
This commit is contained in:
@@ -30,4 +30,4 @@ if [ "$KUBE_MASTER_IP" != "" ] && [ "$KUBERNETES_MASTER" == "" ]; then
|
||||
export KUBERNETES_MASTER=https://${KUBE_MASTER_IP}
|
||||
fi
|
||||
|
||||
$CLOUDCFG $@
|
||||
$CLOUDCFG "$@"
|
||||
|
||||
Reference in New Issue
Block a user