🐛 Fix webhook cert duplicate volume mount path bug#2002
Conversation
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
…t replaced Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
camilamacedo86
left a comment
There was a problem hiding this comment.
It really make sense 👍
|
[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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2002 +/- ##
=======================================
Coverage 69.17% 69.17%
=======================================
Files 79 79
Lines 7027 7037 +10
=======================================
+ Hits 4861 4868 +7
- Misses 1885 1887 +2
- Partials 281 282 +1
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:
|
8f81c23
into
operator-framework:main
Description
When installing the Red Hat Network Observability operator, we were faced with the following error:
The root cause is related to the operator's
Deployment'sPodtemplate spec described in the CSV that included a volume mount pointing to the webhook certificate volume mount path (but had a different name than 'webhook-cert'):This PR updates the bundle deployment generator to replace any volume/mount referencing a protected path with the OLM generated values.
Before fixes, OLMv1 generated a deployment like:
Now, it looks like:
Reviewer Checklist