add cluster name to email subject (#1303)

This commit is contained in:
Di Xu 2018-09-12 09:06:01 +08:00 коммит произвёл GitHub
Родитель b8bace834e
Коммит 4d4fedc27c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -25,4 +25,6 @@ data:
email_configs:
- to: {{ alert_info['alert_receiver'] }}
html: '{{ '{{' }} template "email.pai.html" . {{ '}}' }}'
headers:
subject: '{{ clusterinfo["clusterid"] }}: {{ '{{' }} template "__subject" . {{ '}}' }}'
{% endif %}