File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ rules:
46
46
- get
47
47
- patch
48
48
- update
49
+ - apiGroups :
50
+ - dscinitialization.opendatahub.io
51
+ resources :
52
+ - dscinitializations
53
+ verbs :
54
+ - get
49
55
- apiGroups :
50
56
- networking.k8s.io
51
57
resources :
@@ -56,12 +62,6 @@ rules:
56
62
- get
57
63
- patch
58
64
- update
59
- - apiGroups :
60
- - dscinitialization.opendatahub.io
61
- resources :
62
- - dscinitializations
63
- verbs :
64
- - get
65
65
- apiGroups :
66
66
- ray.io
67
67
resources :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"strings"
25
25
"time"
26
26
27
- odhv1 "github.com/opendatahub-io/opendatahub-operator/v2/apis/features /v1"
27
+ dsciv1 "github.com/opendatahub-io/opendatahub-operator/v2/apis/dscinitialization /v1"
28
28
rayv1 "github.com/ray-project/kuberay/ray-operator/apis/ray/v1"
29
29
"go.uber.org/zap/zapcore"
30
30
@@ -72,7 +72,7 @@ func init() {
72
72
// OpenShift Route
73
73
utilruntime .Must (routev1 .Install (scheme ))
74
74
// ODH
75
- utilruntime .Must (odhv1 .AddToScheme (scheme ))
75
+ utilruntime .Must (dsciv1 .AddToScheme (scheme ))
76
76
}
77
77
78
78
func main () {
You can’t perform that action at this time.
0 commit comments