fix kind name

This commit is contained in:
Sergey Dudoladov 2020-08-28 10:02:29 +02:00
parent 579830c4af
commit fc5c977478
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function start_kind(){
kind create cluster --name ${cluster_name} --config kind-cluster-postgres-operator-e2e-tests.yaml
kind load docker-image "${operator_image}" --name ${cluster_name}
kind load docker-image "${e2e_test_image}" --name ${cluster_name}
KUBECONFIG="$(kind-linux-amd64 get kubeconfig-path --name=${cluster_name})"
KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})"
export KUBECONFIG
}