Skip to content

Commit

Permalink
fix update policy delay
Browse files Browse the repository at this point in the history
  • Loading branch information
lou-lan committed Aug 3, 2023
1 parent 7b36949 commit b28a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/police.go
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ func enqueueEndpointSlice() handler.MapFunc {

if namespace == "" {
req := types.NamespacedName{
Namespace: "EgressClusterPolicy/",
Namespace: "EgressPolicy/",

Check warning on line 1164 in pkg/agent/police.go

View check run for this annotation

Codecov / codecov/patch

pkg/agent/police.go#L1164

Added line #L1164 was not covered by tests
Name: policyName,
}
res = append(res, reconcile.Request{NamespacedName: req})
Expand Down

0 comments on commit b28a701

Please sign in to comment.