forked from opendatahub-io-contrib/odh-contrib-manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathodh-contrib.yaml
110 lines (110 loc) · 2.75 KB
/
odh-contrib.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
apiVersion: kfdef.apps.kubeflow.org/v1
kind: KfDef
metadata:
name: odh-contrib
namespace: opendatahub
spec:
applications:
##################################################
# ODH Core Components
##################################################
- kustomizeConfig:
repoRef:
name: manifests
path: odh-common
name: odh-common
- kustomizeConfig:
repoRef:
name: manifests
path: odh-dashboard
name: odh-dashboard
- kustomizeConfig:
overlays:
- additional
repoRef:
name: manifests
path: jupyterhub/notebook-images
name: notebook-images
- kustomizeConfig:
repoRef:
name: manifests
path: odh-notebook-controller
name: odh-notebook-controller
- kustomizeConfig:
overlays:
- odh-model-controller
repoRef:
name: manifests
path: model-mesh
name: model-mesh
- kustomizeConfig:
overlays:
- metadata-store-mariadb
- ds-pipeline-ui
- object-store-minio
- default-configs
repoRef:
name: manifests
path: data-science-pipelines
name: data-science-pipelines
##################################################
# ODH Contrib Components
##################################################
# Ray.io
- kustomizeConfig:
repoRef:
name: manifests-contrib
path: ray/operator
name: ray-operator
# Superset
- kustomizeConfig:
parameters:
- name: SUPERSET_ADMIN_PASSWORD
value: admin
repoRef:
name: manifests-contrib
path: superset
name: superset
# Pachyderm
- kustomizeConfig:
parameters:
- name: namespace
value: openshift-operators
repoRef:
name: manifests-contrib
path: odhpachyderm/operator
name: odhpachyderm-operator
- kustomizeConfig:
repoRef:
name: manifests-contrib
path: odhpachyderm/deployer
name: odhpachyderm-deployer
# Ceph Nano
- kustomizeConfig:
repoRef:
name: manifests
path: ceph/object-storage/scc
name: ceph-nano-scc
- kustomizeConfig:
repoRef:
name: manifests
path: ceph/object-storage/nano
name: ceph-nano
# ArgoWorkflows
- kustomizeConfig:
repoRef:
name: manifests-contrib
path: odhargo/cluster
name: odhargo-cluster
- kustomizeConfig:
repoRef:
name: manifests-contrib
path: odhargo/odhargo
name: odhargo
repos:
# ODH Core component manifests
- name: manifests
uri: https://github.com/opendatahub-io/odh-manifests/tarball/master
# ODH Contrib component manifests
- name: manifests-contrib
uri: https://github.com/opendatahub-io-contrib/odh-contrib-manifests/tarball/main