Skip to content

Commit

Permalink
fix(): Fixed LB update to workerslicegw objects
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath Horatti <[email protected]>
  • Loading branch information
bharath-avesha committed Oct 6, 2023
1 parent f7d9b39 commit bd5bcd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/hub/hubclient/hubclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ func (hubClient *HubClientConfig) UpdateLBIPsForSliceGwServer(ctx context.Contex
break
}
}
} else {
updateNeeded = true
}

if updateNeeded {
Expand Down

0 comments on commit bd5bcd6

Please sign in to comment.