opendatahub-io / opendatahub-operator

Open Data Hub operator to manage ODH component integrations
https://opendatahub.io
Apache License 2.0
59 stars 127 forks source link

feat: make model registry namespace different between ODH and downstream #1089

Closed zdtsw closed 1 day ago

zdtsw commented 2 months ago

Description

we made hardcode name for MR NS when we added it in ODH, this PR is to change it to use different NS for ODH and downstream

ref: https://issues.redhat.com/browse/RHOAIENG-4272

How Has This Been Tested?

Screenshot or short clip

Merge criteria

openshift-ci[bot] commented 2 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from zdtsw. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/opendatahub-io/opendatahub-operator/blob/incubation/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
zdtsw commented 1 day ago

close it in favor of https://github.com/opendatahub-io/opendatahub-operator/pull/1221