Skip to content

Commit

Permalink
Update install-k3d-cluster.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 5, 2024
1 parent c30e95c commit 9744c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-k3d-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ helm install argocd argo-cd \
kubectl apply -f https://raw.githubusercontent.com/suxess-it/sx-cnp-oss/main/bootstrap-app-k3d.yaml -n argocd


# max wait for 3 minutes
end=$((SECONDS+180))
# max wait for 4 minutes
end=$((SECONDS+240))
argocd_apps="argocd sx-kube-prometheus-stack"

all_apps_synced="true"
Expand Down

0 comments on commit 9744c92

Please sign in to comment.