FIX(pgweb): pgweb namespace duplication

- Remove namespace definition from deployment.yaml
- Namespace now only defined in namespace.yaml
- Fixes ComparisonError: may not add resource with already registered id
This commit is contained in:
2025-12-29 02:32:58 +09:00
parent ad12f641a2
commit a39ec16b35

View File

@@ -1,9 +1,3 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: pgweb
---
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata: