From 2b7ad9da09b02d168719ec7e84df22b9d1b3f1d0 Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Sun, 11 Nov 2018 17:15:03 +0530 Subject: Disable usage pings in review apps --- scripts/review_apps/review-apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/review_apps/review-apps.sh b/scripts/review_apps/review-apps.sh index 016682e5a3d..b180860899a 100755 --- a/scripts/review_apps/review-apps.sh +++ b/scripts/review_apps/review-apps.sh @@ -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" \ -- cgit v1.2.1