diff --git a/cmd/tapRunner.go b/cmd/tapRunner.go index 4f92e1a86..403f67dd1 100644 --- a/cmd/tapRunner.go +++ b/cmd/tapRunner.go @@ -426,7 +426,10 @@ func postHubStarted(ctx context.Context, kubernetesProvider *kubernetes.Provider log.Error().Err(err).Send() } - // Storage Limit + // Grace period + time.Sleep(time.Second) + + // Storage limit connector.PostStorageLimitToHub(config.Config.Tap.StorageLimitBytes()) // Pod regex