We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280e232 commit 00605dbCopy full SHA for 00605db
npm/pkg/dataplane/dataplane_windows.go
@@ -157,7 +157,7 @@ func (dp *DataPlane) updatePod(pod *updateNPMPod) error {
157
endpointList := map[string]string{
158
endpoint.ip: endpoint.id,
159
}
160
- err := dp.policyMgr.RemovePolicy(policyKey, endpointList)
+ err := dp.policyMgr.RemovePolicyForEndpoints(policyKey, endpointList)
161
if err != nil {
162
return err
163
0 commit comments