Apply suggestion to scripts/review_apps/review-apps.sh
This commit is contained in:
parent
115966335b
commit
7c1422c795
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ HELM_CMD=$(cat << EOF
|
||||||
--timeout 600 \
|
--timeout 600 \
|
||||||
--set global.appConfig.enableUsagePing=false \
|
--set global.appConfig.enableUsagePing=false \
|
||||||
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \
|
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \
|
||||||
--set global.imagePullPolicy=Always
|
--set global.imagePullPolicy=Always \
|
||||||
--set global.hosts.hostSuffix="$HOST_SUFFIX" \
|
--set global.hosts.hostSuffix="$HOST_SUFFIX" \
|
||||||
--set global.hosts.domain="$REVIEW_APPS_DOMAIN" \
|
--set global.hosts.domain="$REVIEW_APPS_DOMAIN" \
|
||||||
--set certmanager.install=false \
|
--set certmanager.install=false \
|
||||||
|
|
Loading…
Reference in a new issue