-
Notifications
You must be signed in to change notification settings - Fork 34
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
Apply patch to remove empty string of caBundle #262
Apply patch to remove empty string of caBundle #262
Conversation
Signed-off-by: Vaibhav Jain <[email protected]>
/retest |
This PR is depends on opendatahub-io/opendatahub-operator#804 |
/retest |
/test pr-image-mirror |
Well spotted, one of the question I had during 2.5 certification was indeed why KServe has no issue and this is the reason 👍 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielezonca, davidesalerno, vaibhavjainwiz 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 |
…ub-io#262 Signed-off-by: Vaibhav Jain <[email protected]>
Cherry-pick: Apply patch to remove empty string of caBundle #262
Motivation
This change is to fix https://issues.redhat.com/browse/RHOAIENG-244.
Modifications
Empty string of caBundle in
ValidationWebhookConfiguration
causes cyclic calling of reconcilation for DataScienceCluster controller. With this PR I had removed the empty caBundle string fromValidationWebhookConfiguration
. Similiar patch is already applied in KServe manifest but missing in ModelMesh-Serving.Result
It should not impact any existing functionalities.
Testing Instruction
modelmesh-serving
folderPR checklist
Checklist items below are applicable for development targeted to both fast and stable branches/tags
Checklist items below are applicable for development targeted to both fast and stable branches/tags