From 4ebefcf36bd22ac139eee1606182576311d8e5c7 Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Wed, 7 Aug 2024 12:57:15 -0600 Subject: [PATCH] trying GetNamespace() Signed-off-by: Nathaniel Graham --- controllers/backplaneconfig_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/backplaneconfig_controller.go b/controllers/backplaneconfig_controller.go index 28652afb7..e407e3df7 100644 --- a/controllers/backplaneconfig_controller.go +++ b/controllers/backplaneconfig_controller.go @@ -805,7 +805,7 @@ func (r *MultiClusterEngineReconciler) ensureInternalHubComponent( }, ObjectMeta: metav1.ObjectMeta{ Name: component, - Namespace: backplaneConfig.Namespace, + Namespace: backplaneConfig.GetNamespace(), }, }