use http again

This commit is contained in:
bom 2021-11-12 11:53:17 +01:00
parent 22fe84cb45
commit 1852924fbc

View file

@ -20,7 +20,7 @@ function main()
echo
echo "[INFO] Waiting for localstack health endpoint"
until curl --connect-timeout 3 -s -f -o /dev/null --insecure "https://k3stesthost/health"
until curl --connect-timeout 3 -s -f -o /dev/null "k3stesthost/health"
do
sleep 1
done