fix: Update cert-manager

improve installation script and increase max readines retries for cert-manager
This commit is contained in:
jon brookes 2025-10-08 13:59:03 +01:00
parent 9fc84486a1
commit 80f4e5a53b
4 changed files with 59 additions and 18 deletions

View file

@ -1,20 +1,29 @@
#!/usr/bin/env bash
# sleep 5
for i in {1..5}; do
echo "working ..."
sleep 0.5
done
echo "bish"
sleep 2
# sleep 1
echo "still working ..."
echo "bash"
sleep 1
# sleep 2
figlet "bish"
echo "bosh"
sleep 1
# sleep 1
figlet "bash"
echo "lovely jubbly"
sleep 2
figlet "bosh"
sleep 1
figlet "LOVELY JUBBLY"
sleep 1