to avoid deploy stuck

This commit is contained in:
celebrateyang 2024-12-14 07:43:58 +08:00
parent 2b9e8d7644
commit 5f872439a8

View File

@ -103,6 +103,10 @@ jobs:
# name: Get current helm values
# command: |
# helm get values cobalt -n infra -o yaml > /tmp/values.yaml
- run:
name: Delete existing deployment to avoid usually stuck
command: |
kubectl delete deployment cobalt-cobalt-chart || true
- run:
name: Deploy
command: |