mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
to avoid deploy stuck
This commit is contained in:
parent
2b9e8d7644
commit
5f872439a8
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user