layer1: checkpoint pending utils changes

This commit is contained in:
Naeel
2026-04-26 10:20:56 +03:00
parent 834c0de941
commit 2857398e11
+1 -1
View File
@@ -317,5 +317,5 @@ func getSAInterval() time.Duration {
// in the given namespace if they do not already exist. Safe to call repeatedly. // in the given namespace if they do not already exist. Safe to call repeatedly.
// Used by the multi-tenant NS watcher to provision per-namespace SA on NS registration. // Used by the multi-tenant NS watcher to provision per-namespace SA on NS registration.
func EnsureNamespaceSA(ctx context.Context, client kubernetes.Interface, logger *zap.Logger, ns string) { func EnsureNamespaceSA(ctx context.Context, client kubernetes.Interface, logger *zap.Logger, ns string) {
setupSAAndRoleBindings(ctx, client, logger, ns, fetcherCheck) setupSAAndRoleBindings(ctx, client, logger, ns, fetcherCheck)
} }