-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix envtest setup and usage #2273
Labels
area/ci
CI related issues and pull requests
Comments
Please use https://github.com/fluxcd/helm-controller/blob/main/Makefile as an example for all others. Note that |
This was referenced Jan 11, 2022
We need this for fluxcd/pkg project as well. |
This was referenced Jan 12, 2022
Thanks @aryan9600 for taking care of this 🥇 |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently have a a target
setup-envtest
which installs theetcd
,kubectl
, etc for users but we don’t use it implicitly in thetest
target. We also don't seem to set theKUBEBUILDER_ASSETS
env to the dir where the binaries are installed so that they can be found during tests.Projects:
The text was updated successfully, but these errors were encountered: