From 8a640d4aca4312eb038b2590d746426b1187719d Mon Sep 17 00:00:00 2001 From: Johannes Kleinlercher Date: Sun, 5 May 2024 16:02:57 +0200 Subject: [PATCH] boolean never gets true anymore --- install-k3d-cluster.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-k3d-cluster.sh b/install-k3d-cluster.sh index 5c7226cf..ba9ef7cb 100644 --- a/install-k3d-cluster.sh +++ b/install-k3d-cluster.sh @@ -57,6 +57,7 @@ argocd_apps="argocd sx-loki sx-kubecost sx-keycloak sx-promtail sx-tempo sx-cros all_apps_synced="true" while [ $SECONDS -lt $end ]; do + all_apps_synced="true" for app in ${argocd_apps} ; do kubectl get application -n argocd ${app} | grep "Synced.*Healthy" exit_code=$?