🐛 Remove the cancel() call

This commit is contained in:
M. Mert Yildiran
2023-05-22 19:20:39 +03:00
parent d0c1dbcd5e
commit 2126fc83a7

View File

@@ -318,7 +318,6 @@ func watchFrontPod(ctx context.Context, kubernetesProvider *kubernetes.Provider,
Str("namespace", config.Config.Tap.SelfNamespace).
Err(err).
Msg("Failed creating pod.")
cancel()
case <-timeAfter:
if !isPodReady {