Skip to content

Helm Dashboard

Helm Dashboard is an open-source dashboard to inspect deployed helm charts. The dashboard allows you to review the differences from the previous versions of any installed helm chart.

One can use the dashboard to view the different resources installed by the SCONE Operator. For example, one can inspect the resources deployed by the SGX Plugin Custom Resource. Note that the SCONE Operator will overwrite any modification of the manifests: you need to modify the custom resource manifest.

You can install the dashboard as follows:

helm plugin install https://github.com/komodorio/helm-dashboard.git
helm dashboard --no-analytics

You can now view the helm dashboard by pointing your browser to http://localhost:8080/.

Helm Dashboard