Description
The KUBECONFIG variable is used without quotes, which will break if the path contains spaces.
Location
https://github.com/validatedpatterns/multicloud-gitops/blob/main/tests/interop/run_tests.sh
Expected Behavior
Quote the variable: --kubeconfig "$KUBECONFIG"