mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +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
|
# name: Get current helm values
|
||||||
# command: |
|
# command: |
|
||||||
# helm get values cobalt -n infra -o yaml > /tmp/values.yaml
|
# 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:
|
- run:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user