-
Notifications
You must be signed in to change notification settings - Fork 107
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
feature: get namespace name from release command #1499
Conversation
|
Welcome @tuxerrante! |
Hi @tuxerrante. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
ebb687f
to
919274c
Compare
/check-cla |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1499 +/- ##
==========================================
+ Coverage 45.03% 45.81% +0.77%
==========================================
Files 61 61
Lines 6166 6166
==========================================
+ Hits 2777 2825 +48
+ Misses 3250 3215 -35
+ Partials 139 126 -13 |
/retest |
2 similar comments
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few other nits.
Apart from that I am not sure about the namespaces removal on deploy/base/role_binding/yaml
.
Apart from the tiny nits, it looks good. Just adding hold for other folks to also review. /lgtm |
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
Co-authored-by: Paulo Gomes <paulo.gomes.uk@gmail.com>
Signed-off-by: Alessandro Affinito <affinito.ale@gmail.com>
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
thanks for working on this!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JAORMX, saschagrunert, tuxerrante 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
It is an important missing setting but it also could be mandatory in enterprises environment where namespaces have naming conventions.
Which issue(s) this PR fixes:
#1498
Fixes #1498
Does this PR have test?
Special notes for your reviewer:
Does this PR introduce a user-facing change?
It will install the app in the default namespace if no --namespace argument is given. Which is also the expected behaviour.