Remove previously added '' no longer needed

Adapt to changes on master since the first commit here.

Signed-off-by: Joakim Roubert <joakim.roubert@axis.com>
This commit is contained in:
Joakim Roubert 2020-06-23 20:25:24 +02:00 committed by Joakim Roubert
parent a20a005986
commit 196ae34f9b

View File

@ -2476,7 +2476,7 @@ EOF
fi fi
if [[ "${ENABLE_NODE_TERMINATION_HANDLER:-}" == "true" ]]; then if [[ "${ENABLE_NODE_TERMINATION_HANDLER:-}" == "true" ]]; then
setup-addon-manifests "addons" "node-termination-handler" setup-addon-manifests "addons" "node-termination-handler"
setup-node-termination-handler-manifest '' '' setup-node-termination-handler-manifest ''
fi fi
# Setting up the konnectivity-agent daemonset # Setting up the konnectivity-agent daemonset
if [[ "${ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE:-false}" == "true" ]]; then if [[ "${ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE:-false}" == "true" ]]; then
@ -2973,7 +2973,7 @@ function main() {
start-kube-controller-manager start-kube-controller-manager
start-kube-scheduler start-kube-scheduler
wait-till-apiserver-ready wait-till-apiserver-ready
start-kube-addons '' start-kube-addons
start-cluster-autoscaler start-cluster-autoscaler
start-lb-controller start-lb-controller
update-legacy-addon-node-labels & update-legacy-addon-node-labels &