We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c98b5 commit 21e71c3Copy full SHA for 21e71c3
Makefile
@@ -176,6 +176,8 @@ ENVTEST_KUBERNETES_VERSION?=latest
176
install-envtest: setup-envtest ## Download envtest binaries locally.
177
mkdir -p ${ENVTEST_ASSETS_DIR}
178
$(ENVTEST) use $(ENVTEST_KUBERNETES_VERSION) --arch=$(ENVTEST_ARCH) --bin-dir=$(ENVTEST_ASSETS_DIR)
179
+# setup-envtest sets anything below k8s to 0555
180
+ chmod -R u+w $(BUILD_DIR)
181
182
libgit2: $(LIBGIT2) ## Detect or download libgit2 library
183
0 commit comments