Skip to content
Snippets Groups Projects
Unverified Commit 5207feeb authored by Paul Holzinger's avatar Paul Holzinger
Browse files

pkg/domain/infra/abi/play.go: fix one comment


It did start there, as pointed out by Ygal on #25481.

Signed-off-by: default avatarPaul Holzinger <pholzing@redhat.com>
parent 94cacea0
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ func (ic *ContainerEngine) PlayKube(ctx context.Context, body io.Reader, options
setRanContainers := func(r *entities.PlayKubeReport) {
if !ranContainers {
for _, p := range r.Pods {
// If the list of container errors is less then the total number of pod containers then we know it didn't start.
// If the list of container errors is less then the total number of pod containers then we know it did start.
if len(p.ContainerErrors) < len(p.Containers)+len(p.InitContainers) {
ranContainers = true
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment