Fix argoCD timeout
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
8eb01d850b
commit
3ebd076c5d
@ -248,7 +248,7 @@ setup() {
|
|||||||
dagger -e argocd-infra up
|
dagger -e argocd-infra up
|
||||||
|
|
||||||
# Wait for infra to be ready
|
# Wait for infra to be ready
|
||||||
kubectl -n argocd wait --for=condition=available deployment -l "app.kubernetes.io/part-of=argocd" --timeout=45s
|
kubectl -n argocd wait --for=condition=available deployment -l "app.kubernetes.io/part-of=argocd" --timeout=100s
|
||||||
|
|
||||||
# Forward port
|
# Forward port
|
||||||
# We need to kill subprocess to avoid infinity loop
|
# We need to kill subprocess to avoid infinity loop
|
||||||
|
Reference in New Issue
Block a user