Skip to content

Commit

Permalink
fix inprogress ops
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Apr 14, 2024
1 parent 64166b9 commit 182a530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
token: ${{ secrets.COMMON_HELM_CHARTS_PAT_2024 }}
path: common-helm-charts

- name: Clear pending deployments
run: |
kubectl delete secret -l 'status in (pending-install, pending-upgrade, pending-rollback),name=performance-service-production'
- name: Show manifest diff since previous release
run: |
helm diff upgrade \
Expand Down

0 comments on commit 182a530

Please sign in to comment.