Skip to content
Snippets Groups Projects
Commit ecc2dbcf authored by Sören Henning's avatar Sören Henning
Browse files

Update Grafana Helm charts

parent 69de22bb
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,9 @@ As with Prometheus, we suggest to create a dedicated Grafana instance. Grafana ...@@ -53,7 +53,9 @@ As with Prometheus, we suggest to create a dedicated Grafana instance. Grafana
with our default configuration can be installed with Helm: with our default configuration can be installed with Helm:
```sh ```sh
helm install grafana stable/grafana -f infrastructure/grafana/values.yaml helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm install grafana grafana/grafana -f infrastructure/grafana/values.yaml
``` ```
The official [Grafana Helm Chart repository](https://github.com/helm/charts/tree/master/stable/grafana) The official [Grafana Helm Chart repository](https://github.com/helm/charts/tree/master/stable/grafana)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment