Skip to content

Commit

Permalink
Increase time deploy ArgoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Jun 12, 2024
1 parent 6065c83 commit 42f5a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ArgoCD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Wait for ArgoCD server to be ready
run: |
kubectl wait --for=condition=available --timeout=600s deployment/argocd-server -n argocd
kubectl wait --for=condition=available --timeout=1200s deployment/argocd-server -n argocd
- name: Get ArgoCD initial admin password
id: argocd_password
Expand All @@ -77,6 +77,7 @@ jobs:
argocd app sync comment-service
notify:
if: always()
needs: deploy
uses: ./.github/workflows/notifyCD.yaml
secrets:
Expand Down

0 comments on commit 42f5a29

Please sign in to comment.