From a400f531958501b6a15c2dd850ebd53e3a321221 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Fri, 23 Oct 2020 10:53:04 +0200 Subject: [PATCH] fix rule template: removing simple quotes, fixing #159 --- rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.md b/rules.md index e689269..23ba9dd 100644 --- a/rules.md +++ b/rules.md @@ -84,8 +84,8 @@ labels: severity: {{ rule.severity }} annotations: - summary: "{{ rule.name }} (instance {% raw %}{{ $labels.instance }}{% endraw %})" - description: "{{ rule.description }}\n VALUE = {% raw %}{{ $value }}{% endraw %}\n LABELS: {% raw %}{{ $labels }}{% endraw %}" + summary: {{ rule.name }} (instance {% raw %}{{ $labels.instance }}{% endraw %}) + description: {{ rule.description }}\n VALUE = {% raw %}{{ $value }}{% endraw %}\n LABELS: {% raw %}{{ $labels }}{% endraw %} {% endhighlight %}