From bcb2db7ce5986f5121b525e90d7dbf0fbf93793a Mon Sep 17 00:00:00 2001
From: eedugon <edu.gherran@gmail.com>
Date: Wed, 2 Aug 2017 12:08:03 +0200
Subject: [PATCH] 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).
---
 docs/developing-alerts-and-dashboards.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/developing-alerts-and-dashboards.md b/docs/developing-alerts-and-dashboards.md
index cae67926..bfba9f0d 100644
--- a/docs/developing-alerts-and-dashboards.md
+++ b/docs/developing-alerts-and-dashboards.md
@@ -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.
-- 
GitLab