Apply suggestion to scripts/review_apps/review-apps.sh

This commit is contained in:
Rémy Coutable 2019-06-12 17:01:15 +00:00
parent 115966335b
commit 7c1422c795
1 changed files with 1 additions and 1 deletions

View File

@ -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 \