-
Notifications
You must be signed in to change notification settings - Fork 768
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
Feat add ns generation #1667
Feat add ns generation #1667
Conversation
c90037e
to
f110a8b
Compare
Works for me! Thank you :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AhmedGrati, cdrage The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: AhmedGrati <[email protected]>
Signed-off-by: AhmedGrati <[email protected]>
Signed-off-by: AhmedGrati <[email protected]>
f110a8b
to
4609293
Compare
Signed-off-by: AhmedGrati <[email protected]>
4609293
to
608f876
Compare
@AhmedGrati @cdrage Hi, Is there a way to disable this feature ? Or when there is no namespace specified it doesn't add all resources to The lines to be modified would be. I can make a PR if needed. |
This is a breaking change. We currently create a namespace with other resources in it before installing the chart generated by kompose (and overriding the namespace using helm's flags). This flow is no longer possible: if we don't set a namespace, everything goes into |
On it! This shouldn't of been added, sorry about that. I totally missed it. |
@github-belhorma-bendebiche Fixed in #1731 |
Thank you for the quick fix! |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Implement namespace generation through the CLI flag
--namespace
or-n
.Which issue(s) this PR fixes:
Fixes #1657.
Special notes for your reviewer: