-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
64 lines (63 loc) · 3.35 KB
/
config.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
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
options:
additional-menu-links:
type: string
default: ''
description: >
YAML or JSON formatted input defining additional menu links.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
additional-external-links:
type: string
default: ''
description: >
YAML or JSON formatted input defining additional external links.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
additional-quick-links:
type: string
default: '[]'
description: >
YAML or JSON formatted input defining additional quick links.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
additional-documentation-links:
type: string
default: '[{"text":"Getting started with Charmed Kubeflow","desc":"Learn how to get started with Kubeflow","link":"https://charmed-kubeflow.io/docs/get-started-with-charmed-kubeflow#heading--part-ii-get-started-with-charmed-kubeflow"},{"text":"Microk8s for Kubeflow","desc":"Quickly get Kubeflow running locally on native hypervisors","link":"https://charmed-kubeflow.io/docs/get-started-with-charmed-kubeflow#heading--install-and-prepare-microk8s-"},{"text":"Requirements for Kubeflow","desc":"Get more detailed information about using Kubeflow and its components","link":"https://www.kubeflow.org/docs/started/requirements/"}]'
description: >
YAML or JSON formatted input defining additional documentation links.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
dashboard-configmap:
type: string
default: centraldashboard-config
description: Name of the Kubeflow Dashboard configmap to be created
port:
type: int
default: 8082
description: HTTP port
registration-flow:
type: boolean
default: true
description: Whether to enable the registration flow on sign-in
menu-link-order:
type: string
default: '["Notebooks", "TensorBoards", "Volumes", "Katib Experiments", "Pipelines", "Experiments (KFP)", "Runs", "Recurring Runs", "Artifacts", "Executions"]'
description: >
YAML or JSON formatted list of strings defining the order of the menu links in the dashboard sidebar.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
external-link-order:
type: string
default: '["MLflow"]'
description: >
YAML or JSON formatted list of strings defining the order of the external links in the dashboard sidebar.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
quick-link-order:
type: string
default: '["Create a new Notebook server", "Upload a Pipeline", "View Pipeline Runs"]'
description: >
YAML or JSON formatted list of strings defining the order of the quick links in the dashboard sidebar.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.
documentation-link-order:
type: string
default: '["Getting started with Charmed Kubeflow","Microk8s for Kubeflow","Requirements for Kubeflow"]'
description: >
YAML or JSON formatted list of strings defining the order of the documentation links in the dashboard sidebar.
For usage details, see https://github.com/canonical/kubeflow-dashboard-operator.