Skip to content

Commit a47e10a

Browse files
committed
set openstack cluster status for Bastion
1 parent 2f588c1 commit a47e10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/openstackcluster_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ func (r *OpenStackClusterReconciler) reconcileBastion(log logr.Logger, osProvide
309309
return err
310310
}
311311
if instance != nil {
312+
openStackCluster.Status.Bastion = instance
312313
return nil
313314
}
314315

0 commit comments

Comments
 (0)