diff --git a/tests/gha-run-k8s-common.sh b/tests/gha-run-k8s-common.sh index 9c930bd7ab..6ce754bc13 100644 --- a/tests/gha-run-k8s-common.sh +++ b/tests/gha-run-k8s-common.sh @@ -146,6 +146,7 @@ function get_cluster_credentials() { test_type="${1:-k8s}" az aks get-credentials \ + --overwrite-existing \ -g "$(_print_rg_name ${test_type})" \ -n "$(_print_cluster_name ${test_type})" }