Skip to content

Commit

Permalink
Fix chart path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichel committed Dec 5, 2020
1 parent c6b7b22 commit 7906e9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/run-e2e-test
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ${HELM_BIN} upgrade --install aws-ebs-csi-driver \
--set enableVolumeSnapshot=true \
--set image.repository="${IMAGE_NAME}" \
--set image.tag="${IMAGE_TAG}" \
./aws-ebs-csi-driver
./charts/aws-ebs-csi-driver

loudecho "Testing focus ${GINKGO_FOCUS}"
set -x
Expand Down
2 changes: 1 addition & 1 deletion tester/migration-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install: |
--set enableVolumeSnapshot=true \
--set image.repository=$IMAGE_NAME \
--set image.tag=$IMAGE_TAG \
./aws-ebs-csi-driver
./charts/aws-ebs-csi-driver
uninstall: |
echo "Removing driver"
Expand Down
2 changes: 1 addition & 1 deletion tester/multi-az-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install: |
--set enableVolumeSnapshot=true \
--set image.repository=$IMAGE_NAME \
--set image.tag=$IMAGE_TAG \
./aws-ebs-csi-driver
./charts/aws-ebs-csi-driver
kubectl get po -n kube-system
Expand Down
2 changes: 1 addition & 1 deletion tester/single-az-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install: |
--set enableVolumeSnapshot=true \
--set image.repository=$IMAGE_NAME \
--set image.tag=$IMAGE_TAG \
./aws-ebs-csi-driver
./charts/aws-ebs-csi-driver
kubectl get po -n kube-system
Expand Down

0 comments on commit 7906e9f

Please sign in to comment.