Skip to content
Snippets Groups Projects
Commit bcb2db7c authored by eedugon's avatar eedugon Committed by GitHub
Browse files

Removed grafana restart comment

Removed grafana restart comment from doc, as it's not necessary (grafana-watcher should pick up the changes and reload the dashboards).
parent 4e4b00bb
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,4 @@ Then the generated manifest can be applied against a Kubernetes cluster with som
```
kubectl -n monitoring apply -f manifests/grafana/grafana-dashboards.yaml
```
And to apply the changes, restart grafana:
```
kubectl -n monitoring delete pod -l app=grafana
```
That will update the ConfigMap `grafana-dashboards`. Change should be automatically detected by grafana-watcher and dashboards reloaded.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment