Helm unittests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user