Disable usage pings in review apps

This commit is contained in:
Balasankar "Balu" C 2018-11-11 17:15:03 +05:30
parent 4aa41d07e1
commit 2b7ad9da09
No known key found for this signature in database
GPG Key ID: B77D2E2E23735427
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ HELM_CMD=$(cat << EOF
helm upgrade --install \
--wait \
--timeout 600 \
--set global.appConfig.enableUsagePing=false \
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \
--set global.hosts.hostSuffix="$HOST_SUFFIX" \
--set global.hosts.domain="$REVIEW_APPS_DOMAIN" \