提交 0540cb6b 编写于 作者: S Sean McGivern

Merge branch '59546-fix-error-handling-for-missing-domain' into 'master'

Fix Auto DevOps missing domain error handling

Closes #59546

See merge request gitlab-org/gitlab-ce!26627
---
title: Fix Auto DevOps missing domain error handling
merge_request: 26627
author:
type: fixed
......@@ -856,7 +856,7 @@ rollout 100%:
function check_kube_domain() {
ensure_kube_ingress_base_domain
if [ -z ${KUBE_INGRESS_BASE_DOMAIN+x} ]; then
if [[ -z "$KUBE_INGRESS_BASE_DOMAIN" ]]; then
echo "In order to deploy or use Review Apps,"
echo "AUTO_DEVOPS_DOMAIN or KUBE_INGRESS_BASE_DOMAIN variables must be set"
echo "From 11.8, you can set KUBE_INGRESS_BASE_DOMAIN in cluster settings"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册