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) }