add namespace

This commit is contained in:
celebrateyang 2024-12-14 07:49:16 +08:00
parent 5f872439a8
commit 2746a67dd6

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: |