diff --git a/internal/cnpgi/instance/manager.go b/internal/cnpgi/instance/manager.go index 6f82c4c..7c14878 100644 --- a/internal/cnpgi/instance/manager.go +++ b/internal/cnpgi/instance/manager.go @@ -99,7 +99,8 @@ func Start(ctx context.Context) error { } if err := mgr.Add(&CatalogMaintenanceRunnable{ - Client: customCacheClient, + Client: customCacheClient, + //nolint:staticcheck // SA1019: old API required for RBAC compatibility Recorder: mgr.GetEventRecorderFor("policy-runnable"), ClusterKey: types.NamespacedName{ Namespace: namespace,