From aa3669b2187e0177bb070a5ee24b8535d5a87ea3 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 7 Aug 2025 09:28:25 +0200 Subject: [PATCH] Helm unittests --- unittests/helm/statefulset.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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