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}"