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