Skip to content

Commit 3086d1a

Browse files
committed
add dsci to schema instead of odh
Signed-off-by: Kevin <[email protected]>
1 parent a6ff2ca commit 3086d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"strings"
2525
"time"
2626

27-
odhv1 "github.com/opendatahub-io/opendatahub-operator/v2/apis/features/v1"
27+
dsciv1 "github.com/opendatahub-io/opendatahub-operator/v2/apis/dscinitialization/v1"
2828
rayv1 "github.com/ray-project/kuberay/ray-operator/apis/ray/v1"
2929
"go.uber.org/zap/zapcore"
3030

@@ -72,7 +72,7 @@ func init() {
7272
// OpenShift Route
7373
utilruntime.Must(routev1.Install(scheme))
7474
// ODH
75-
utilruntime.Must(odhv1.AddToScheme(scheme))
75+
utilruntime.Must(dsciv1.AddToScheme(scheme))
7676
}
7777

7878
func main() {

0 commit comments

Comments
 (0)