From 61895ddf31901adba37de1ce9e13d3d0e5d97fb3 Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni <82239765+nikpcenicni@users.noreply.github.com> Date: Wed, 13 May 2026 17:50:28 -0400 Subject: [PATCH] Remove namespace.yaml from Headlamp kustomization to prevent SharedResourceWarning due to multiple Applications owning the same Namespace. --- clusters/noble/bootstrap/headlamp/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/noble/bootstrap/headlamp/kustomization.yaml b/clusters/noble/bootstrap/headlamp/kustomization.yaml index f86d53c..94478d2 100644 --- a/clusters/noble/bootstrap/headlamp/kustomization.yaml +++ b/clusters/noble/bootstrap/headlamp/kustomization.yaml @@ -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