Skip to content

Commit

Permalink
fix pending install pending deploy case
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 11, 2023
1 parent a892447 commit ab9e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Clear pending deployments
run: |
kubectl get secret -lname=rework-frontend-production -lstatus=pending-upgrade -oname | xargs --no-run-if-empty kubectl delete
kubectl get secret -lname=rework-frontend-production -lstatus=pending-upgrade -lstatus=pending-install -oname | xargs --no-run-if-empty kubectl delete
- name: Show manifest diff since previous release
run: |
Expand Down

0 comments on commit ab9e137

Please sign in to comment.