Skip to content

Commit

Permalink
Makefile: fix envtest permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Aug 23, 2023
1 parent 6b8f865 commit 2438f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ $(SETUP_ENVTEST): $(LOCALBIN)
.PHONY: envtest
envtest: setup-envtest
ENVTESTDIR=$$($(SETUP_ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path) ;\
chmod -R u+w $$ENVTESTDIR ;\
rm -f $(LOCALBIN)/k8s/current ;\
ln -s $$ENVTESTDIR $(LOCALBIN)/k8s/current

Expand Down

0 comments on commit 2438f40

Please sign in to comment.