Skip to content

Commit

Permalink
fix(cable-driver): pass cable driver value to ch status
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 14, 2024
1 parent 5bf0b3e commit 8fa1422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/connectionhub_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ func (r *ConnectionHubReconciler) reconcilePrepareConnectionInterfaceForPhysical
instance.Status.ConnectionInterfaces.ForPhysicalInstance.InstanceType = connectionhubv1alpha1.InstanceTypePhysical
instance.Status.ConnectionInterfaces.ForPhysicalInstance.SubmarinerSpec.ClusterCIDR = "<PHYSICAL-INSTANCE-CLUSTER-CIDR>"
instance.Status.ConnectionInterfaces.ForPhysicalInstance.SubmarinerSpec.ServiceCIDR = "<PHYSICAL-INSTANCE-SERVICE-CIDR>"
instance.Status.ConnectionInterfaces.ForPhysicalInstance.SubmarinerSpec.CableDriver = instance.Spec.SubmarinerSpec.CableDriver

}

Expand Down

0 comments on commit 8fa1422

Please sign in to comment.