浏览代码

Remove useless quote

pull/3399/head
Slavi Pantaleev 1年前
父节点
当前提交
f5a088b820
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-alertmanager-receiver/defaults/main.yml

+ 1
- 1
roles/custom/matrix-alertmanager-receiver/defaults/main.yml 查看文件

@@ -205,7 +205,7 @@ matrix_alertmanager_receiver_config_templating_firing_template: |-
# Controls the `templating.resolved-template` configuration setting. # Controls the `templating.resolved-template` configuration setting.
matrix_alertmanager_receiver_config_templating_resolved_template: |- matrix_alertmanager_receiver_config_templating_resolved_template: |-
{% raw %} {% raw %}
<strong><font color="{{ .ComputedValues.color }}">{{ .Alert.Status | ToUpper }}</font></strong>{{ .Alert.Labels.name }}'
<strong><font color="{{ .ComputedValues.color }}">{{ .Alert.Status | ToUpper }}</font></strong>{{ .Alert.Labels.name }}
{% endraw %} {% endraw %}


# Default matrix-alertmanager-receiver configuration template which covers the generic use case. # Default matrix-alertmanager-receiver configuration template which covers the generic use case.


正在加载...
取消
保存