Helm unittests
All checks were successful
changelog / changelog (push) Successful in 10s
check-and-test / check-and-test (push) Successful in 24s

This commit is contained in:
2025-08-07 09:28:25 +02:00
parent 1567ab1063
commit aa3669b218

View File

@@ -92,7 +92,7 @@ tests:
- equal:
path: spec.template.spec.initContainers[0].command[2]
value: |
echo 'Waiting for gitea...'
echo 'Waiting for gitea... trying: http://git.example.com'
while ! wget -qO- http://git.example.com > /dev/null; do
sleep 2
done
@@ -118,7 +118,7 @@ tests:
- equal:
path: spec.template.spec.initContainers[0].command[2]
value: |
echo 'Waiting for gitea...'
echo 'Waiting for gitea... trying: http://git.example.com'
while ! wget -qO- http://git.example.com > /dev/null; do
sleep 2
done
@@ -144,7 +144,7 @@ tests:
- equal:
path: spec.template.spec.initContainers[0].command[2]
value: |
echo 'Waiting for gitea...'
echo 'Waiting for gitea... trying: http://git.example.com'
while ! wget -qO- http://git.example.com > /dev/null; do
sleep 2
done