fix: resolve kustomize namespace conflict for gooseek-sandbox
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:
home
2026-03-02 21:38:49 +03:00
parent 0053ba251d
commit c3965a2c6a
4 changed files with 15 additions and 11 deletions

View File

@@ -26,9 +26,11 @@ resources:
- opensandbox.yaml
- ingress.yaml
commonLabels:
app.kubernetes.io/part-of: gooseek
app.kubernetes.io/managed-by: kustomize
labels:
- pairs:
app.kubernetes.io/part-of: gooseek
app.kubernetes.io/managed-by: kustomize
includeSelectors: false
images:
- name: gooseek/backend