From 53dfd6bfcebf39cd8485a90c40c06ed2af720a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 8 Oct 2024 15:39:21 +0200 Subject: [PATCH] Wait for KubeVela to install Other steps below depend on it being installed. --- installation-scripts-onm/MASTER_START_SCRIPT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation-scripts-onm/MASTER_START_SCRIPT.sh b/installation-scripts-onm/MASTER_START_SCRIPT.sh index 436dba3..f62e2b2 100644 --- a/installation-scripts-onm/MASTER_START_SCRIPT.sh +++ b/installation-scripts-onm/MASTER_START_SCRIPT.sh @@ -13,7 +13,7 @@ echo "Configuration complete." echo "Setting KubeVela..." $dau bash -c 'helm repo add kubevela https://kubevela.github.io/charts && helm repo update' -$dau bash -c 'nohup vela install --version 1.9.11 > /home/ubuntu/vela.txt 2>&1 &' +$dau bash -c 'vela install --version 1.9.11' $dau bash -c 'helm repo add nebulous https://eu-nebulous.github.io/helm-charts/'