use http again
This commit is contained in:
parent
22fe84cb45
commit
1852924fbc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function main()
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "[INFO] Waiting for localstack health endpoint"
|
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
|
do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue