1
0
mirror of synced 2026-02-06 10:55:56 +00:00

fix makefile envtest setup and usage

Refactor logic to install helper tools into one function in the
Makefile. Add support for envtest to help install tools like kubectl,
etcd which helps users run tests more conveniently.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
This commit is contained in:
Sanskar Jaiswal
2022-01-13 14:24:14 +05:30
parent bcabde3bdb
commit 81a087095a
3 changed files with 28 additions and 24 deletions

1
.gitignore vendored
View File

@@ -20,6 +20,7 @@ bin/
output/
cmd/flux/manifests/
cmd/flux/.manifests.done
testbin/
# Docs
site/