mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 23:08:40 +07:00
build(bootstrap): increase wait timeout
This commit is contained in:
@ -8,14 +8,14 @@ default: argocd root
|
||||
.PHONY: argocd
|
||||
argocd:
|
||||
kustomize build ./argocd | kubectl apply -f -
|
||||
kubectl -n argocd wait --for condition=Established \
|
||||
kubectl -n argocd wait --timeout=60s --for condition=Established \
|
||||
crd/applications.argoproj.io \
|
||||
crd/applicationsets.argoproj.io
|
||||
|
||||
.PHONY: root
|
||||
root:
|
||||
kustomize build ./root | kubectl apply -f -
|
||||
kubectl -n argocd wait --for condition=ResourcesUpToDate \
|
||||
kubectl -n argocd wait --timeout=300s --for condition=ResourcesUpToDate \
|
||||
applicationset/bootstrap \
|
||||
applicationset/system \
|
||||
applicationset/platform \
|
||||
|
Reference in New Issue
Block a user