Skip to content

Commit

Permalink
Align volume mount with docker container to prevent permission denied.
Browse files Browse the repository at this point in the history
  • Loading branch information
quintush committed Dec 30, 2024
1 parent 121c745 commit 6f98a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ test-docker: dockerimage ## Execute 'helm unittests' in container
@for f in $(TEST_NAMES); do \
echo "running helm unit tests in folder '$(PROJECT_DIR)/test/data/v3/$${f}'"; \
docker run \
-v $(PROJECT_DIR)/test/data/v3/$${f}:/apps \
-v $(PROJECT_DIR)/test/data/v3/$${f}:/apps:z \
--rm $(DOCKER):$(VERSION) -f tests/*.yaml .;\
done

0 comments on commit 6f98a6e

Please sign in to comment.