diff --git a/templates/statefulset.yaml b/templates/statefulset.yaml index 35bdd08..b006eba 100644 --- a/templates/statefulset.yaml +++ b/templates/statefulset.yaml @@ -37,7 +37,7 @@ spec: - sh - -c - | - echo 'Waiting for gitea...' + echo 'Waiting for gitea... trying: {{ include "gitea.actions.local_root_url" . }}' while ! wget -qO- {{ include "gitea.actions.local_root_url" . }} > /dev/null; do sleep 2 done @@ -50,7 +50,7 @@ spec: - sh - -c - | - apk add --no-cache docker-cli gettext + apk add --no-cache docker-cli gettext > /dev/null echo "Waiting for Docker daemon..." until docker info > /dev/null 2>&1; do sleep 2