one more name change

This commit is contained in:
Sergey Dudoladov 2020-08-20 09:46:58 +02:00
parent 0b38980d99
commit f0cdd8999a
1 changed files with 1 additions and 1 deletions

View File

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