forked from thoth-station/odh-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
odh-dashboard-kfnbc-test.yaml
38 lines (38 loc) · 1.43 KB
/
odh-dashboard-kfnbc-test.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
apiVersion: kfdef.apps.kubeflow.org/v1
kind: KfDef
metadata:
annotations:
kfctl.kubeflow.io/force-delete: "false"
name: odh-dashboard-kfnbc-test
namespace: opendatahub
spec:
applications:
- kustomizeConfig:
# We just need this for creating the ODH default notebook images that are provided by ODH JupyterHub
#TODO: Replace with the new ODH default notebook images as part of ODH Core
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:
# Uncomment the odhdashboard overlay below to have the operator deploy the configs
# This should be removed from the deployed kfdef immediately after the operator deploys the configs
# This will prevent the operator from reconciling the configs when they have been modified externally
#- odhdashboardconfig
repoRef:
name: manifests-dashboard # Use the odh-dashboard repo as the source for this kustomize manifest
path: manifests
name: odh-dashboard
repos:
- name: manifests
uri: https://github.com/opendatahub-io/odh-manifests/tarball/master
- name: manifests-dashboard # Use the manifests from the odh-dashboard repo
uri: https://github.com/opendatahub-io/odh-dashboard/tarball/main