-
Notifications
You must be signed in to change notification settings - Fork 1.6k
⚠ (helm/v1-alpha): remove init
command from Helm plugin as it's only meaningful with edit
#4903
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
⚠ (helm/v1-alpha): remove init
command from Helm plugin as it's only meaningful with edit
#4903
Conversation
Hi @bavarianbidi. 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-sigs/prow repository. |
5a9a9f8
to
4e36984
Compare
/ok-to-test |
/overwrite APIDiff |
@bavarianbidi we can overwrite the APIDiff that is fine no worry Thank you a lot for looking on that 🎉 |
test/e2e/helm/e2e_suite_test.go
Outdated
@@ -0,0 +1,29 @@ | |||
/* |
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.
Could we have a PR only for the e2e tests?
Ideally we should have one PR for each purpose
AND
with only one commit
Could you please do that for we are able to move forward?
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.
regarding a separate PR for e2e-tests:
let us please came up with an idea on #4903 (comment) and #4903 (comment) first 🙏
regarding squashing: let's decided on ☝️ and than I can squash all the commits which belong to this PR.
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.
If we have a PR to remove the init then we can get it merged asap
If we have a PR with tests added, we just need to discuss what we are testing and how, then we can also get it merged asap, once we reach a consensus
The request here is simply for us to split so that we have a PR for each purpose, allowing us to provide better Git history and release notes.
Regarding the commit squash, yes, we have this golden rule: if we can, it would be amazing!
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 raised PR #4914 for testing the existing behavior of kubebuilder edit --plugins helm.kubebuilder.io/v1-alpha
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.
rebased and pushed again - PTAL 🙏
Signed-off-by: Mario Constanti <[email protected]>
096a743
to
5477a6d
Compare
init
command from Helm plugin as it's only meaningful with edit
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bavarianbidi, camilamacedo86 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 |
The helm-plugin is meant to extend an existing go project. For a correct rendering of the helm-chart some information (like the project name) from the go project is needed.
closes #4902