diff options
author | Rémy Coutable <remy@rymai.me> | 2019-06-12 17:01:15 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-06-12 17:01:15 +0000 |
commit | 7c1422c79555543062eee10c592f35fbe292fd2f (patch) | |
tree | a8479934ddc1d2d7ff1ab6e98e4d605ae2a7bf6c /scripts | |
parent | 115966335b135161002b484a859a83b7d0bb51ea (diff) | |
download | gitlab-ce-7c1422c79555543062eee10c592f35fbe292fd2f.tar.gz |
Apply suggestion to scripts/review_apps/review-apps.sh62149-ci-review-apps-change-pullpolicy-sidekiq-and-unicorn
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review_apps/review-apps.sh | 2 |
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 \ |