-
Notifications
You must be signed in to change notification settings - Fork 151
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
fix: bug not filling params.env with default cert value in model registry operator #1457
fix: bug not filling params.env with default cert value in model registry operator #1457
Conversation
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
/cc @lburgazzoli @opendatahub-io/platform |
@Al-Pragliola good catch, I guess other components may be suffering from the same issue ... |
I looked at the other components and it seems that model registry was the only component affected |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lburgazzoli 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 |
@lburgazzoli thanks for the review 🙏🏼 I think there's something wrong with the CI |
yep, it is broken |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/test opendatahub-operator-e2e |
/retest |
1 similar comment
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1457 +/- ##
=======================================
Coverage ? 19.16%
=======================================
Files ? 157
Lines ? 10330
Branches ? 0
=======================================
Hits ? 1980
Misses ? 8126
Partials ? 224 ☔ View full report in Codecov by Sentry. |
198fd71
into
opendatahub-io:main
Description
Starting with version v2.22.0, the
DEFAULT_CERT
value in theparams.env
file for the model registry operator is not updated with the value fromThe problem seems to be that the extraParamsMap was merged with imageParams when it was passed to the
odhdeploy.ApplyParams
function, here the second argument went throughinstead of
so the empty value is explained
How Has This Been Tested?
local testing
Screenshot or short clip
envs from model registry operator
folder inside opendatahub-operator
Merge criteria