You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a data Configmap is removed, pkg.configmap.Sync loops on the keys of the ConfigMap and sends a remove request to OPA (PatchData) once per key. But the path in the request is always the same, so effectively it is trying to remove the same object several times:
When a data Configmap is removed,
pkg.configmap.Sync
loops on the keys of the ConfigMap and sends a remove request to OPA (PatchData
) once per key. But the path in the request is always the same, so effectively it is trying to remove the same object several times:kube-mgmt/pkg/configmap/configmap.go
Lines 265 to 274 in 6da0e7e
The text was updated successfully, but these errors were encountered: