Skip to content

Commit 094c87c

Browse files
committed
fix: incorporate DeleteHandlingMetaNamespaceKeyFunc fix
1 parent ffc019f commit 094c87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func New(clientset kubernetes.Interface, metadataAggregator podMetadataAggregato
269269
return
270270
}
271271

272-
key, err := cache.MetaNamespaceKeyFunc(obj)
272+
key, err := cache.DeletionHandlingMetaNamespaceKeyFunc(obj)
273273
// For our purposes, there are in practice
274274
// no error event we care about, so don't
275275
// bother with handling it.

0 commit comments

Comments
 (0)