diff --git a/charts/gitlab/charts/unicorn/templates/tests/tests.yaml b/charts/gitlab/charts/unicorn/templates/tests/tests.yaml index 4f118928b200668dc1953e3b0bb2d86774d31cbf..6cc474c10ea0cb96c8c7b062192edf9c45f582d4 100644 --- a/charts/gitlab/charts/unicorn/templates/tests/tests.yaml +++ b/charts/gitlab/charts/unicorn/templates/tests/tests.yaml @@ -8,7 +8,7 @@ data: test_login: | set -e echo 'Start Test' - endpoint="{{ template "gitlab.gitlab.url" . }}" + endpoint="http://{{ template "fullname" . }}:{{ .Values.service.workhorseExternalPort }}" cookie_read="-c /tmp/test_login.cookie" cookie_readwrite="$cookie_read -b /tmp/test_login.cookie"