Skip to content

Commit

Permalink
docs: update Grafana Dashboard page (#1019)
Browse files Browse the repository at this point in the history
* docs: update Grafana Dashboard page

Signed-off-by: Zadkiel Aharonian <hello@zadkiel.fr>

* Update content/en/docs/Monitoring/bonus-grafana-dashboard.md

Signed-off-by: Chip Zoller <chipzoller@gmail.com>

---------

Signed-off-by: Zadkiel Aharonian <hello@zadkiel.fr>
Signed-off-by: Chip Zoller <chipzoller@gmail.com>
Co-authored-by: Chip Zoller <chipzoller@gmail.com>
  • Loading branch information
aslafy-z and chipzoller committed Dec 1, 2023
1 parent 504520b commit bd7a2af
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion content/en/docs/Monitoring/bonus-grafana-dashboard.md
Expand Up @@ -8,10 +8,19 @@ weight: 60

### Setup

#### With Helm Chart

* If your Grafana is configured with the discovery sidecar, set `grafana.enabled` value to `true`.
* If you're using Grafana Operator, set `grafana.enabled` to `true` and `grafana.grafanaDashboard.enabled` value to `true`.

See more configuration options [here](https://github.com/kyverno/kyverno/tree/main/charts/kyverno#grafana).

#### Without Helm Chart

* Download the dashboard's JSON and save it in `kyverno-dashboard.json`

```sh
curl https://raw.githubusercontent.com/kyverno/kyverno/main/charts/kyverno/charts/grafana/dashboard/dashboard.json -o kyverno-dashboard.json
curl -fsS https://raw.githubusercontent.com/kyverno/kyverno/main/charts/kyverno/charts/grafana/dashboard/kyverno-dashboard.json -o kyverno-dashboard.json
```

* Open your Grafana portal and go to the option of importing a dashboard.
Expand Down

0 comments on commit bd7a2af

Please sign in to comment.