REFACTOR(code-server): migrate code-server namespa

- Update namespace in all manifests (ingress, rbac, vault, argocd)
- Add namespace field to kustomization.yaml
- PVC will be recreated in new namespace with name 'code-server'
- All resources will be migrated to code-server namespace
This commit is contained in:
2025-12-27 21:01:33 +09:00
parent 7edae55c78
commit 6d042cd89a
4 changed files with 4 additions and 4 deletions

View File

@@ -9,5 +9,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: code-server
namespace: dev-tools
namespace: code-server