unset Kubeconfig env var
This commit is contained in:
parent
424ad7677c
commit
4bb20da4f5
|
|
@ -40,6 +40,7 @@ function run_tests(){
|
|||
}
|
||||
|
||||
function clean_up(){
|
||||
unset KUBECONFIG
|
||||
kind-linux-amd64 delete cluster --name ${cluster_name}
|
||||
rm -rf ${kubeconfig_path}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue