-
Notifications
You must be signed in to change notification settings - Fork 43
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
OCPVE-220: remove unused certificates #413
OCPVE-220: remove unused certificates #413
Conversation
@suleymanakbas91: This pull request references OCPVE-220 which is a valid jira issue. In response to this: 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. |
Skipping CI for Draft Pull Request. |
867c3df
to
3288d69
Compare
@suleymanakbas91: This pull request references OCPVE-220 which is a valid jira issue. In response to this:
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. |
@suleymanakbas91: This pull request references OCPVE-220 which is a valid jira issue. In response to this:
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. |
3288d69
to
5eb8129
Compare
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.
Less certs = more good!
Had a question regarding the necessary mount though since Im pretty sure this can be fixed in upstream. They already have flags in their helm chart for disabling it but maybe we also should contribute a code path that allows also omitting the mount. WDYT?
/hold |
a273eb1
to
47feb92
Compare
/test all |
/unhold |
Signed-off-by: Suleyman Akbas <[email protected]>
47feb92
to
8c621ab
Compare
@suleymanakbas91: This pull request references OCPVE-220 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this:
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. |
/retest |
/retest |
1 similar comment
/retest |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #413 +/- ##
==========================================
- Coverage 63.68% 63.31% -0.38%
==========================================
Files 28 28
Lines 2360 2336 -24
==========================================
- Hits 1503 1479 -24
Misses 709 709
Partials 148 148
|
@suleymanakbas91: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakobmoellerdev, suleymanakbas91 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 |
/lgtm |
This PR removes the initcontainer
self-signed-cert-generator
from TopoLVM Controller. This is because the certs are used for TopoLVM webhooks which are not deployed in LVMS.Also, this PR removes the unused webhook and certmanager files to simplify the codebase.