Skip to content

Commit

Permalink
Update: remove duplicated and set all permission to generate from DSC
Browse files Browse the repository at this point in the history
code

Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Aug 17, 2023
1 parent 15dd542 commit fb2ff85
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 219 deletions.
110 changes: 49 additions & 61 deletions bundle/manifests/opendatahub-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ metadata:
"kind": "OdhQuickStart",
"metadata": {
"annotations": {
"internal.config.kubernetes.io/previousKinds": "OdhQuickStart",
"internal.config.kubernetes.io/previousNames": "create-jupyter-notebook",
"internal.config.kubernetes.io/previousNamespaces": "default",
"opendatahub.io/categories": "Getting started,Notebook environments"
},
"labels": {
Expand Down Expand Up @@ -316,26 +313,13 @@ spec:
- patch
- update
- watch
- apiGroups:
- admissionregistration.k8s.io/v1
resources:
- mutatingwebhookconfigurations
verbs:
- create
- get
- apiGroups:
- admissionregistration.k8s.io/v1
resources:
- validatingwebhookconfigurations
verbs:
- create
- get
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -351,25 +335,13 @@ spec:
resources:
- deployments/finalizers
verbs:
- create
- delete
- list
- patch
- update
- watch
- '*'
- apiGroups:
- apps
resources:
- replicasets
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps
resources:
Expand All @@ -380,6 +352,17 @@ spec:
- apps.openshift.io
resources:
- deploymentconfigs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- apps.openshift.io
resources:
- deploymentconfigs/instantiate
verbs:
- create
Expand Down Expand Up @@ -435,13 +418,15 @@ spec:
resources:
- machineautoscalers
verbs:
- delete
- list
- patch
- apiGroups:
- autoscaling.openshift.io
resources:
- machinesets
verbs:
- delete
- list
- patch
- apiGroups:
Expand Down Expand Up @@ -541,6 +526,7 @@ spec:
- consolelinks
verbs:
- create
- delete
- get
- patch
- apiGroups:
Expand All @@ -549,6 +535,7 @@ spec:
- odhquickstarts
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -558,6 +545,7 @@ spec:
- controllermanagerconfigs
verbs:
- create
- delete
- get
- patch
- apiGroups:
Expand Down Expand Up @@ -585,27 +573,25 @@ spec:
- configmaps
verbs:
- create
- delete
- get
- patch
- watch
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- delete
- get
- patch
- update
- apiGroups:
- ""
resources:
- deployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- '*'
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -641,6 +627,7 @@ spec:
resources:
- namespaces/finalizers
verbs:
- delete
- list
- patch
- update
Expand Down Expand Up @@ -730,6 +717,7 @@ spec:
- create
- delete
- list
- patch
- update
- watch
- apiGroups:
Expand All @@ -744,6 +732,7 @@ spec:
- odhapplications
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -753,6 +742,7 @@ spec:
- odhdocuments
verbs:
- create
- delete
- get
- list
- patch
Expand Down Expand Up @@ -826,13 +816,14 @@ spec:
- dscinitializations/finalizers
verbs:
- get
- patch
- patchdelete
- update
- apiGroups:
- dscinitialization.opendatahub.io
resources:
- dscinitializations/status
verbs:
- delete
- get
- patch
- update
Expand All @@ -841,6 +832,7 @@ spec:
resources:
- events
verbs:
- delete
- list
- patch
- watch
Expand All @@ -855,6 +847,7 @@ spec:
resources:
- ingresses
verbs:
- delete
- list
- patch
- watch
Expand All @@ -880,6 +873,7 @@ spec:
resources:
- rhmis
verbs:
- delete
- list
- patch
- watch
Expand All @@ -888,6 +882,7 @@ spec:
resources:
- kfdefs
verbs:
- delete
- get
- list
- patch
Expand All @@ -903,13 +898,15 @@ spec:
resources:
- machineautoscalers
verbs:
- delete
- list
- patch
- apiGroups:
- machine.openshift.io
resources:
- machinesets
verbs:
- delete
- list
- patch
- apiGroups:
Expand Down Expand Up @@ -942,6 +939,7 @@ spec:
- prometheusrules
verbs:
- create
- delete
- get
- patch
- apiGroups:
Expand Down Expand Up @@ -979,6 +977,7 @@ spec:
resources:
- virtualservices/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand Down Expand Up @@ -1030,6 +1029,7 @@ spec:
resources:
- consoles
verbs:
- delete
- list
- patch
- watch
Expand All @@ -1047,7 +1047,9 @@ spec:
- customresourcedefinitions
verbs:
- create
- delete
- get
- patch
- apiGroups:
- operators.coreos.com
resources:
Expand Down Expand Up @@ -1093,47 +1095,24 @@ spec:
- clusterrolebindings
verbs:
- '*'
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
verbs:
- '*'
- create
- get
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- '*'
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- route.openshift.io
resources:
Expand Down Expand Up @@ -1195,6 +1174,7 @@ spec:
resources:
- services/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand Down Expand Up @@ -1224,6 +1204,7 @@ spec:
resources:
- clusterservingruntimes/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand All @@ -1242,6 +1223,7 @@ spec:
resources:
- inferencegraphs/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand Down Expand Up @@ -1271,6 +1253,7 @@ spec:
resources:
- inferenceservices/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand All @@ -1296,6 +1279,7 @@ spec:
resources:
- predictors/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand Down Expand Up @@ -1338,6 +1322,7 @@ spec:
resources:
- trainedmodels/status
verbs:
- delete
- patch
- update
- apiGroups:
Expand Down Expand Up @@ -1366,14 +1351,17 @@ spec:
- groups
verbs:
- create
- delete
- get
- list
- patch
- watch
- apiGroups:
- user.openshift.io
resources:
- users
verbs:
- delete
- list
- patch
- watch
Expand Down
Loading

0 comments on commit fb2ff85

Please sign in to comment.