Skip to content

Commit

Permalink
boolean never gets true anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 5, 2024
1 parent ea68e08 commit 8a640d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-k3d-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 8a640d4

Please sign in to comment.