You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/components/central-dash/customize.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,23 @@ weight = 90
8
8
9
9
The Kubeflow Central Dashboard provides a way to customize the menu items and integrate third-party apps.
10
10
11
-
For example, the below image shows the Kubeflow Central Dashboard with a custom "My App" menu item:
11
+
For example, the below image shows the Kubeflow Central Dashboard with a custom **"My App"** menu item:
12
12
13
-
<imgsrc="/docs/images/customize-menu-add-app.png"alt="Display third party app on a kubeflow dashboard"class="mt-3 mb-3 border border-info rounded"></img>
alt="Kubeflow Central Dashboard - Customize Menu Items"
15
+
class="mt-3 mb-3 border border-info rounded">
16
+
</img>
14
17
15
18
## Central Dashboard ConfigMap
16
19
17
20
The Kubeflow Central Dashboard is configured using a Kubernetes ConfigMap.
18
21
19
-
The `CD_CONFIGMAP_NAME` environment variable on the central-dashboard Deployment specifies the name of the ConfigMap.
20
-
By default, the ConfigMap is named `centraldashboard-config`. You can find the default ConfigMap in the [`/apps/centraldashboard/upstream/base/configmap.yaml` file of the `kubeflow/manifests`](https://github.com/kubeflow/manifests/blob/v1.8.0/apps/centraldashboard/upstream/base/configmap.yaml) repository.
22
+
The `CD_CONFIGMAP_NAME` environment variable on the central-dashboard Deployment specifies the name of the ConfigMap (`centraldashboard-config` by default).
23
+
24
+
You can find examples of the ConfigMap in the following locations:
0 commit comments