summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-06-12 17:01:15 +0000
committerRémy Coutable <remy@rymai.me>2019-06-12 17:01:15 +0000
commit7c1422c79555543062eee10c592f35fbe292fd2f (patch)
treea8479934ddc1d2d7ff1ab6e98e4d605ae2a7bf6c
parent115966335b135161002b484a859a83b7d0bb51ea (diff)
downloadgitlab-ce-62149-ci-review-apps-change-pullpolicy-sidekiq-and-unicorn.tar.gz
Apply suggestion to scripts/review_apps/review-apps.sh62149-ci-review-apps-change-pullpolicy-sidekiq-and-unicorn
-rwxr-xr-xscripts/review_apps/review-apps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh
index 49922d5a458..3bae2e08a6f 100755
--- a/scripts/review_apps/review-apps.sh
+++ b/scripts/review_apps/review-apps.sh
@@ -209,7 +209,7 @@ HELM_CMD=$(cat << EOF
--timeout 600 \
--set global.appConfig.enableUsagePing=false \
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \
- --set global.imagePullPolicy=Always
+ --set global.imagePullPolicy=Always \
--set global.hosts.hostSuffix="$HOST_SUFFIX" \
--set global.hosts.domain="$REVIEW_APPS_DOMAIN" \
--set certmanager.install=false \