Skip to content
Snippets Groups Projects
Verified Commit 5c9dd1d2 authored by David Hoese's avatar David Hoese
Browse files

Add a really long sleep time to postgis install

parent 2079ee46
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ helm upgrade -v 2 --install -f ${values_base}/values-postgis.yaml $EXTRA_ARGS --
# don't fail to communicate with it
echo "Start waiting for postgres: $(date +%Y%m%dT%H%M%S)"
kubectl -n $ns get pods
sleep 5
sleep 25
echo "Done sleeping. Making sure the pod(s) are ready. ${release_name}"
kubectl -n $ns get pods
kubectl wait -n $ns --selector=app.kubernetes.io/instance=${release_name} --timeout 120s --for=condition=Ready pod
......
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