From 60aa85e59a3ad783f5a4735e621d46f240a7d092 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Wed, 19 Aug 2020 19:06:46 +0200 Subject: [PATCH] add alias to kind --- e2e/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/run.sh b/e2e/run.sh index 4aa683f35..2550a3334 100755 --- a/e2e/run.sh +++ b/e2e/run.sh @@ -8,6 +8,8 @@ IFS=$'\n\t' cd $(dirname "$0"); +alias kind='kind-linux-amd64' + readonly cluster_name="postgres-operator-e2e-tests" readonly kubeconfig_path="/tmp/kind-config-${cluster_name}"