-
Notifications
You must be signed in to change notification settings - Fork 220
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
Add --create-namespace flag #32
Comments
Hey @riker09 are you still planning to add support for this? I'd love to have this added, but I'm not sure I have the time to do it. |
Sure, I could do that. How about merging my other PRs first? They mostly contain bugfixes. That will make working on a new feature much easier. (IMHO) |
I'd love to, but I'm not a contributor to the repo ;) |
Okay, then who's in charge here? Whose leg I gotta hump to get a dry martini around here...? 😄 |
@riker09 Thanks for all your work on this repository, would you be interested in being a maintainer? |
Thank you very much for your kind offer, but I'm perfectly happy with my contributor role. I love Open Source and contributing, even If that means waiting a little longer. |
Sounds good 👍 quite a smart choice :) |
It took me a little longer than originally anticipated, but here's my take on this. I checked with Helm v2, it does not seem to have a similar mechanism so I'll add that flag only when the user explicitly requests |
Since you already have the
--install
flag present I was wondering if there is anything blocking the support of--create-namespace
? This will create the provided namespace when installing a new helm Chart in an ephemeral environment. Should I provide a PR for that?The text was updated successfully, but these errors were encountered: