diff --git a/openshift/pkg/infraclustercontroller/openstackcluster.go b/openshift/pkg/infraclustercontroller/openstackcluster.go index c45a337fe9..de7d79e844 100644 --- a/openshift/pkg/infraclustercontroller/openstackcluster.go +++ b/openshift/pkg/infraclustercontroller/openstackcluster.go @@ -462,6 +462,7 @@ func (r *OpenShiftClusterReconciler) ensureCAPICluster(ctx context.Context, log cluster.Spec.InfrastructureRef = &corev1.ObjectReference{ Kind: gvk.Kind, Name: openStackCluster.Name, + Namespace: openStackCluster.Namespace, APIVersion: gvk.GroupVersion().String(), }