We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6065c83 commit 42f5a29Copy full SHA for 42f5a29
.github/workflows/ArgoCD.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Wait for ArgoCD server to be ready
54
run: |
55
- kubectl wait --for=condition=available --timeout=600s deployment/argocd-server -n argocd
+ kubectl wait --for=condition=available --timeout=1200s deployment/argocd-server -n argocd
56
57
- name: Get ArgoCD initial admin password
58
id: argocd_password
@@ -77,6 +77,7 @@ jobs:
77
argocd app sync comment-service
78
79
notify:
80
+ if: always()
81
needs: deploy
82
uses: ./.github/workflows/notifyCD.yaml
83
secrets:
0 commit comments