diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 82c0b4d98..96fd2cdd1 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -85,6 +85,7 @@ function log () { [[ -f "${HOME}/.kube/config" ]] && local_kube_config_path="${HOME}/.kube/config" export KUBECONFIG=${KUBECONFIG:-$k3s_path:$local_kube_config_path} [[ -z $KUBECONFIG ]] && log err "No kubeconfig file found. Exiting" +log info "Using KUBECONFIG $KUBECONFIG" tmp_dir=$(mktemp -d) function install_packages() {