rundeck-plugins / kubernetes

52 stars 59 forks source link

pods-wait.py - Fixed initial value of status #44

Closed tholok97 closed 5 years ago

tholok97 commented 5 years ago

As the loop to wait for pod startup continues while status == False it would exit immidiately because the initial value is None. Set the initial value to False.

Maybe I'm overlooking something, but this fix worked for me.