Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
omris94 committed May 23, 2024
1 parent e27bed3 commit 5dc711b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ func (r *NetworkPolicyHandler) handleEndpointsWithIngressList(ctx context.Contex
if err != nil {
return errors.Wrap(err)
}
logrus.Infof("ServiceId: %v", serviceId)
netpolList := &v1.NetworkPolicyList{}
// Get netpolSlice which was created by intents targeting this pod by its owner with "kind"
err = r.client.List(ctx, netpolList, client.MatchingLabels{v1alpha3.OtterizeNetworkPolicy: serviceId.GetFormattedOtterizeIdentityWithKind()})
Expand Down

0 comments on commit 5dc711b

Please sign in to comment.