Skip to content

Commit 8c67497

Browse files
committed
feat(loadbalancers): add selector style annotation for lb to vpc/pn assoc
Signed-off-by: Andreas Wachs <awa@corti.ai>
1 parent 0c140e0 commit 8c67497

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scaleway/loadbalancers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ func (l *loadbalancers) updateLoadBalancer(ctx context.Context, loadbalancer *sc
632632
if err != nil {
633633
klog.V(3).Infof("could not determine project ID from nodes: %v, falling back to default", err)
634634
}
635-
}
636635

637636
configuredPNIDs, err := l.attachPrivateNetworks(loadbalancer, service, lbExternallyManaged, region, nodeProjectID)
638637
if err != nil {

0 commit comments

Comments
 (0)