Skip to content

Commit 43b7917

Browse files
committed
fix: do no rsync
1 parent 6a80682 commit 43b7917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func Run(ctx context.Context, group, namespace, labels string, hostPortOffset in
138138
}
139139

140140
// Create a shared informer factory for only the labelled resource managed-by kit and named after the task
141-
factory := informers.NewSharedInformerFactoryWithOptions(clientset, 10*time.Second,
141+
factory := informers.NewSharedInformerFactoryWithOptions(clientset, 0,
142142
informers.WithNamespace(namespace),
143143
informers.WithTweakListOptions(func(options *metav1.ListOptions) {
144144
options.LabelSelector = labels

0 commit comments

Comments
 (0)