From 2857398e1172fa29a8edc9963b973ba1f95f11f2 Mon Sep 17 00:00:00 2001 From: Naeel Date: Sun, 26 Apr 2026 10:20:56 +0300 Subject: [PATCH] layer1: checkpoint pending utils changes --- pkg/utils/serviceaccount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/serviceaccount.go b/pkg/utils/serviceaccount.go index e39d0b3d..f4937e75 100644 --- a/pkg/utils/serviceaccount.go +++ b/pkg/utils/serviceaccount.go @@ -317,5 +317,5 @@ func getSAInterval() time.Duration { // 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. 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) }