fix: resolve kustomize namespace conflict for gooseek-sandbox
Some checks failed
Build and Deploy GooSeek / build-and-deploy (push) Failing after 7m34s
Some checks failed
Build and Deploy GooSeek / build-and-deploy (push) Failing after 7m34s
- Extracted gooseek-sandbox Namespace to separate file - Apply sandbox-namespace.yaml separately before kustomize - Fixed deprecated commonLabels -> labels - Prevents namespace transformation conflict Made-with: Cursor
This commit is contained in:
7
backend/deploy/k8s/sandbox-namespace.yaml
Normal file
7
backend/deploy/k8s/sandbox-namespace.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: gooseek-sandbox
|
||||
labels:
|
||||
app.kubernetes.io/part-of: gooseek
|
||||
purpose: user-sandboxes
|
||||
Reference in New Issue
Block a user