Disable usage pings in review apps
This commit is contained in:
parent
4aa41d07e1
commit
2b7ad9da09
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ HELM_CMD=$(cat << EOF
|
||||||
helm upgrade --install \
|
helm upgrade --install \
|
||||||
--wait \
|
--wait \
|
||||||
--timeout 600 \
|
--timeout 600 \
|
||||||
|
--set global.appConfig.enableUsagePing=false \
|
||||||
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \
|
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \
|
||||||
--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" \
|
||||||
|
|
Loading…
Reference in a new issue