ThalesGroup/helm-spray

No timeout on the "Wating Liveness and Readiness" phase

Closed this issue · 1 comments

The is no timeout on the "Liveness and Readiness" phase so that, in case a deployment does not work or a Job fails, Spray is waiting forever in an infinite loop.

Similarly to the "--timeout" parameter of Helm, having a similar parameter on Spray would enable to define a timeout to be applied for both the regular Helm inner commands and for the "Liveness and Readiness" phase.

Solved by #19