File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
examples/custom-extension Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This example contains a basic custom extension that queries all deployments of a
44
55To set up and deploy your own custom Busola extension, follow these steps.
66
7- 1 . Adjust the static HTML content.
7+ 1 . Enable custom extensions in your cluster:
8+
9+ ```
10+ kubectl apply -f busola-config.yaml
11+ ```
12+
13+ 2 . Adjust the static HTML content.
814
915Edit the ` ui.html ` file to define the static HTML content for your custom extension.
1016
Original file line number Diff line number Diff line change 1+ kind : ConfigMap
2+ apiVersion : v1
3+ metadata :
4+ name : busola-config
5+ namespace : kube-public
6+ data :
7+ config : |
8+ config:
9+ features:
10+ EXTENSIBILITY_CUSTOM_COMPONENTS:
11+ isEnabled: true
You can’t perform that action at this time.
0 commit comments