Skip to content

Commit

Permalink
fix: make e2e test (#3487)
Browse files Browse the repository at this point in the history
Signed-off-by: Zyyeric <eric1976808123@gmail.com>
  • Loading branch information
Zyyeric authored Sep 24, 2024
1 parent 6d75fb9 commit 5056506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail
KIND_CONFIG_PATH="test/testdata/kind/config.yaml"
CHARTS_CONFIG_PATH="test/testdata/charts/config.yaml"
FILE_SERVER_CONFIG_PATH="test/testdata/k8s/file-server.yaml"
FILE_SERVER_NO_CONTENT_CONFIG_PATH="test/testdata/k8s/file-server.yaml"
FILE_SERVER_NO_CONTENT_CONFIG_PATH="test/testdata/k8s/file-server-no-content-length.yaml"
PROXY_SERVER_CONFIG_PATH="test/testdata/k8s/proxy.yaml"
MINIO_SERVER_CONFIG_PATH="test/testdata/k8s/minio.yaml"
CHARTS_PATH="deploy/helm-charts/charts/dragonfly"
Expand Down

0 comments on commit 5056506

Please sign in to comment.