while[[$(kubectl get pod -n "$NAMESPACE" -l=app.kubernetes.io/name=covidok -o jsonpath='{.items[*].status.containerStatuses[0].ready}')== *"false"* ]];do
while[[$(kubectl get pod -n "$NAMESPACE" -o jsonpath='{.items[*].status.containerStatuses[0].ready}')== *"false"* ]];do
echo"Covidok backend is not yet ready..."
echo"Covidok backend is not yet ready..."
# Timeout is 200 sec, mysql should be available after 2 min
# Timeout is 200 sec, mysql should be available after 2 min