If no pods are selected for log collector, do not wait for timeout (#932)

Fixes: #931
This commit is contained in:
Xav Paice
2022-12-29 11:17:54 +13:00
committed by GitHub
parent ebeed77287
commit df43c9fc21

View File

@@ -117,6 +117,8 @@ func (c *CollectLogs) Collect(progressChan chan<- interface{}) (CollectorResult,
}
}
}
} else {
resultCh <- output
}
}()