summaryrefslogtreecommitdiff
path: root/tests/e2e
diff options
context:
space:
mode:
authorzhu733756 <zhu733756@kubesphere.io>2022-03-03 12:54:08 +0800
committerzhu733756 <zhu733756@kubesphere.io>2022-03-03 15:08:52 +0800
commit27c51cfd04d1f1886a8e6da2d06c6c06c34c4653 (patch)
tree2c3e8243e5ed98728929ac8d89e88e666344147d /tests/e2e
parentadd keadm beta init/manifest cmd (diff)
downloadkubeedge-27c51cfd04d1f1886a8e6da2d06c6c06c34c4653.tar.gz
fix scripts
Signed-off-by: zhu733756 <zhu733756@kubesphere.io>
Diffstat (limited to 'tests/e2e')
-rwxr-xr-xtests/e2e/scripts/helm_keadm_e2e.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/scripts/helm_keadm_e2e.sh b/tests/e2e/scripts/helm_keadm_e2e.sh
index d97975c79..d3bcb1747 100755
--- a/tests/e2e/scripts/helm_keadm_e2e.sh
+++ b/tests/e2e/scripts/helm_keadm_e2e.sh
@@ -16,7 +16,7 @@
KUBEEDGE_ROOT=$PWD
WORKDIR=$(dirname $0)
-HELM_DIR=$KUBEEDGE_ROOT/build/helm
+HELM_DIR=$KUBEEDGE_ROOT/build/helm/charts
E2E_DIR=$(realpath $(dirname $0)/..)
IMAGE_TAG=$(git describe --tags)