diff --git a/unittests/helm/statefulset.yaml b/unittests/helm/statefulset.yaml index a9e0998..7df0570 100644 --- a/unittests/helm/statefulset.yaml +++ b/unittests/helm/statefulset.yaml @@ -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