Remove namespace.yaml from Headlamp kustomization to prevent SharedResourceWarning due to multiple Applications owning the same Namespace.

This commit is contained in:
Nikholas Pcenicni
2026-05-13 17:50:28 -04:00
parent e448e6264e
commit 61895ddf31

View File

@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# namespace.yaml is owned by noble-bootstrap-root (clusters/noble/bootstrap/kustomization.yaml).
# Do not include it here — two Applications owning the same Namespace causes SharedResourceWarning.
resources:
- namespace.yaml
- metrics-clusterrolebinding.yaml