Merge pull request #4 from celebrateyang/fsv_front

add namespace
This commit is contained in:
celebrateyang 2024-12-14 07:51:17 +08:00 committed by GitHub
commit 9a99c94cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ jobs:
- run:
name: Delete existing deployment to avoid usually stuck
command: |
kubectl delete deployment cobalt-cobalt-chart || true
kubectl delete deployment cobalt-cobalt-chart -n infra || true
- run:
name: Deploy
command: |