From 21e71c3750ffbca575376237647bbcaea8dc88fa Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Mon, 7 Feb 2022 13:00:03 +0000 Subject: [PATCH] Set u+w to envtest folders Signed-off-by: Paulo Gomes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5649aaf2..552007dd 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,8 @@ ENVTEST_KUBERNETES_VERSION?=latest install-envtest: setup-envtest ## Download envtest binaries locally. mkdir -p ${ENVTEST_ASSETS_DIR} $(ENVTEST) use $(ENVTEST_KUBERNETES_VERSION) --arch=$(ENVTEST_ARCH) --bin-dir=$(ENVTEST_ASSETS_DIR) +# setup-envtest sets anything below k8s to 0555 + chmod -R u+w $(BUILD_DIR) libgit2: $(LIBGIT2) ## Detect or download libgit2 library