From 369bb62349e2e57c1423d830a993ebf1d0f49e38 Mon Sep 17 00:00:00 2001
From: goll <adrian.goll@gmail.com>
Date: Fri, 15 Mar 2019 17:19:57 +0100
Subject: [PATCH] generate-in-docker Fix Watchdog alert typo

---
 jsonnetfile.lock.json                       | 4 ++--
 manifests/grafana-dashboardDefinitions.yaml | 2 +-
 manifests/prometheus-rules.yaml             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json
index 6d150ba4..ad38b5c9 100644
--- a/jsonnetfile.lock.json
+++ b/jsonnetfile.lock.json
@@ -8,7 +8,7 @@
                     "subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
                 }
             },
-            "version": "1ee4e35b5807c954ccdd5cbac10f6b67c6dec685"
+            "version": "9faab58c2b1cce4def2cc35045162554b8e4a706"
         },
         {
             "name": "ksonnet",
@@ -28,7 +28,7 @@
                     "subdir": ""
                 }
             },
-            "version": "9069b2c1be0ce32f63f9a01c4a4f8d69bc4e37d5"
+            "version": "b8b1a40066bd40bf7612bbb1cc9208f76530f44a"
         },
         {
             "name": "grafonnet",
diff --git a/manifests/grafana-dashboardDefinitions.yaml b/manifests/grafana-dashboardDefinitions.yaml
index 2086bfaa..cdb8ff3f 100644
--- a/manifests/grafana-dashboardDefinitions.yaml
+++ b/manifests/grafana-dashboardDefinitions.yaml
@@ -5499,7 +5499,7 @@ items:
                           ],
                           "timeFrom": null,
                           "timeShift": null,
-                          "title": "CPU Utilizaion",
+                          "title": "CPU Utilization",
                           "tooltip": {
                               "shared": false,
                               "sort": 0,
diff --git a/manifests/prometheus-rules.yaml b/manifests/prometheus-rules.yaml
index 86eb4bdc..7f04e057 100644
--- a/manifests/prometheus-rules.yaml
+++ b/manifests/prometheus-rules.yaml
@@ -874,7 +874,7 @@ spec:
           This alert is always firing, therefore it should always be firing in Alertmanager
           and always fire against a receiver. There are integrations with various notification
           mechanisms that send a notification when this alert is not firing. For example the
-          "DeadMansSwitch" integration in PagerDuty.
+          "DeadMansSnitch" integration in PagerDuty.
       expr: vector(1)
       labels:
         severity: none
-- 
GitLab