-
Notifications
You must be signed in to change notification settings - Fork 33
OLM: do no use cert-manager #770
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
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qbarrand 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 |
/test all |
✅ Deploy Preview for kubernetes-sigs-kmm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #770 +/- ##
==========================================
- Coverage 79.09% 78.38% -0.72%
==========================================
Files 51 54 +3
Lines 5109 4043 -1066
==========================================
- Hits 4041 3169 -872
+ Misses 882 679 -203
- Partials 186 195 +9 ☔ View full report in Codecov by Sentry. |
OLM provisions its own webhook certificates. Do not include cert-manager as a dependency when deploying with OLM. Rework the directory layout to use cert-manager only when using `make deploy`. Revert d4f87b0.
/test all |
/lgtm |
OLM provisions its own webhook certificates.
Do not include cert-manager as a dependency when deploying with OLM. Rework the directory layout to use cert-manager only when using
make deploy
.Revert d4f87b0.