docs: fix typo in initialization script (#842)
Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/842 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: bachorp <gitea.revivable069@passmail.net> Co-committed-by: bachorp <gitea.revivable069@passmail.net>
This commit is contained in:
parent
e7e2ae9610
commit
06f5179273
@ -62,7 +62,7 @@ stringData:
|
||||
local RETRY=0
|
||||
local MAX=30
|
||||
|
||||
echo 'Wait for redis to become avialable...'
|
||||
echo 'Wait for redis to become available...'
|
||||
until [ "${RETRY}" -ge "${MAX}" ]; do
|
||||
nc -vz -w2 {{ include "redis.servicename" . }} {{ include "redis.port" . }} && break
|
||||
RETRY=$[${RETRY}+1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user