diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index cde3fba0c..b03c2511e 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -240,10 +240,11 @@ function install() { log err "Openreplay installation ${BWHITE}${or_version}${RED} found. If you want to upgrade, run ${BWHITE}openreplay -u${RED}" } # Installing OR + install_packages log title "Installing OpenReplay" clone_repo err_cd "$tmp_dir/openreplay/scripts/helmcharts" - DOMAIN_NAME=$domain_name bash init.sh + SKIP_K8S_TOOLS=1 DOMAIN_NAME=$domain_name bash init.sh return }