From 86f53c5dfecf08d7bfc6919bff8dc9001a535f66 Mon Sep 17 00:00:00 2001 From: Titi Wangsa bin Damhore Date: Fri, 30 Aug 2024 20:47:18 -0700 Subject: [PATCH] Update setup.sh Signed-off-by: Titi Wangsa bin Damhore --- stack/vagrant/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/vagrant/setup.sh b/stack/vagrant/setup.sh index 2a262af..3006815 100644 --- a/stack/vagrant/setup.sh +++ b/stack/vagrant/setup.sh @@ -71,7 +71,7 @@ helm_install_tink_stack() { trusted_proxies="" until [ "$trusted_proxies" != "" ]; do trusted_proxies=$(kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}' | tr ' ' ',') - sleep 5 + sleep 5 done helm install tink-stack oci://ghcr.io/tinkerbell/charts/stack \ --version "$version" \