🐛 Clear cert warning during deployments#2114
Conversation
This removes the following warning by explicitly setting the value to the default: ``` Warning: spec.privateKey.rotationPolicy: In cert-manager >= v1.18.0, the default value changed from `Never` to `Always`. ``` Signed-off-by: Todd Short <tshort@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2114 +/- ##
==========================================
+ Coverage 72.61% 73.65% +1.03%
==========================================
Files 78 78
Lines 7260 7260
==========================================
+ Hits 5272 5347 +75
+ Misses 1633 1564 -69
+ Partials 355 349 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4d66a2c
into
operator-framework:main
This removes the following warning by explicitly setting the value to the default:
Description
Reviewer Checklist