contrib: fix typo in contrib prometheus rules

Change `Promehteus` to `Prometheus`
This commit is contained in:
kkc
2018-10-20 00:15:02 +08:00
parent 569d83438c
commit 012a60163e
2 changed files with 2 additions and 2 deletions

View File

@@ -1001,7 +1001,7 @@ spec:
- alert: PrometheusConfigReloadFailed
annotations:
description: Reloading Prometheus' configuration has failed for {{$labels.namespace}}/{{$labels.pod}}
summary: Reloading Promehteus' configuration failed
summary: Reloading Prometheus' configuration failed
expr: |
prometheus_config_last_reload_successful{job="prometheus-k8s"} == 0
for: 10m