We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16d319 commit bab7c86Copy full SHA for bab7c86
internal/controller/flp/flp_controller.go
@@ -268,7 +268,7 @@ func (r *Reconciler) getOpenShiftSubnets(ctx context.Context) ([]flowslatest.Sub
268
269
// Additional OVN subnets
270
networkOp := &operatorv1.Network{}
271
- err = r.Get(ctx, types.NamespacedName{Name: "cluster"}, network)
+ err = r.Get(ctx, types.NamespacedName{Name: "cluster"}, networkOp)
272
if err != nil {
273
return nil, fmt.Errorf("can't get Network (operator) information: %w", err)
274
}
0 commit comments