diff --git a/docs/developing-alerts-and-dashboards.md b/docs/developing-alerts-and-dashboards.md
index cae679266c2edbe040f85bc084c8c924413e695d..bfba9f0d2c51300d947aeca09872dd10f085c9c5 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.