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