Skip to content

Commit

Permalink
cd: remove helm wait option
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 19, 2024
1 parent 47be633 commit 3636b9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ jobs:
env:
DEPLOYMENT_NAME: news-analyzer
run: |
helm upgrade $DEPLOYMENT_NAME deployment/ \
--install \
--wait
helm upgrade $DEPLOYMENT_NAME deployment/ --install
kubectl rollout status deployment/$DEPLOYMENT_NAME
kubectl get services -o wide

0 comments on commit 3636b9d

Please sign in to comment.