-
Notifications
You must be signed in to change notification settings - Fork 374
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
Allow overriding DefaultIndexURI
from an env variable
#637
Comments
I'm supportive. This likely only benefits people who never want to touch krew’s own default. |
Is this something we need before 0.4.0? |
No, I think it can be done later. |
Been busy this week, but I'll try to take a crack at this this weekend. I have a feeling integration testing might be interesting but I haven't taken a close look yet. |
This completely fell off my radar, I'll try to get to this soon /assign |
Merged
This was referenced Nov 24, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to give operators who do not want to install from the default krew index the possibility to provide their own release branch of
krew
. For that, we should allow overriding theDefaultIndexURI
from an env variable, e.g.KREW_DEFAULT_INDEX_URI
.Then operators can start using their own index (containing some krew plugin) from scratch. This will then also set up the default index and point to this custom index location.
/cc @chriskim06
The text was updated successfully, but these errors were encountered: