-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
POC: Add support for Release Namespace creation #6795
Conversation
fc14656
to
b32440c
Compare
ef0e7d0
to
50de7d8
Compare
Popular request. This also happens to pertain to Microsoft's |
This could be accomplished using the new Because of that, I'm in favour of closing this, as the use case provided in #6794 can be accomplished using that pattern without introducing any further code. |
I briefly scanned #7473 and not fully (yet) understand how does
Thank you. |
yes and yes. Please have a look at the comment I linked above. |
Please try it out and let us know if you have further questions. |
@bacongobbler A few things occurred to me...
If someone is installing someone else's chart they will need to fork it to add the namespace adding. Especially if the chart was designed for Helm v2. I would be interested in landing this to make it easier on app operators / consumers. Thoughts? |
Reposting here (since I can't seem to keep up w/ closing): #7473 (comment) |
Also see this: #6794 (comment) |
@ichekrygin Could your rebase your commits. There is now a conflict because of changes to the |
…m chart install. Signed-off-by: Illya Chekrygin <illya.chekrygin@gmail.com>
50de7d8
to
9e44577
Compare
@mattfarina - rebased, PTAL. |
Closing in favour of #7648, which was merged this morning. |
Overview
Currently, in Helm3 there is no way to create Release Namespace during helm chart installation.
Change
Implement functionality to support Release Namespace creation during helm chart install.
While this PR is marked as Proof of Concept (POC) - it attempts at a fully functional solution.
The initial purpose of this PR is to illustrate and support Proposal #6794
Tracking
This issue and the proposed solution is captured in #6794
Additional Context
This issue was discussed previously in and/or partially related to #3305, #5628, #5753