Remove namespace.yaml from Headlamp kustomization to prevent SharedResourceWarning due to multiple Applications owning the same Namespace.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user