Skip to content

Commit

Permalink
rebased with master and fixed conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: kon3m <[email protected]>
  • Loading branch information
kon3m authored and kon3m committed Apr 2, 2024
1 parent 3a92e0e commit c613169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/slicegateway/slicegateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ func (r *SliceGwReconciler) ReconcileGatewayDeployments(ctx context.Context, sli

// Reconcile deployment to node port mapping for gw client deployments
if isClient(sliceGw) {
for index, deployment := range deployments.Items {
for _, deployment := range deployments.Items {
found, nodePortInUse := getClientGwRemotePortInUse(ctx, r.Client, sliceGw, deployment.Name)
if found {
// Check if the portInUse is valid.
Expand Down

0 comments on commit c613169

Please sign in to comment.