Skip to content

Commit

Permalink
update message (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Jul 13, 2021
1 parent dfed9b1 commit c14d964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func WaitForPodCompletion(ctx context.Context, cli kubernetes.Interface, namespa
}
return p.Status.Phase == v1.PodSucceeded, nil
})
return errors.Wrap(err, "Pod did not transition into complete state")
return errors.Wrap(err, "Pod failed or did not transition into complete state")
}

// use Strategic Merge to patch default pod specs with the passed specs
Expand Down

0 comments on commit c14d964

Please sign in to comment.