From c2f293ea835f3790e3f368cd6b5e65955eb87948 Mon Sep 17 00:00:00 2001 From: lusson Date: Sat, 26 Mar 2022 11:57:44 +0800 Subject: [PATCH] helm add email secret config --- CHANGELOG.md | 2 +- chart/elastalert2/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd1c54c..17e4e2b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - [Docs] Update FAQ telegram and Amazon SNS - [#765](https://github.com/jertel/elastalert2/pull/765) - @nsano-rururu - Upgrade Pytest 7.0.1 to 7.1.1 - [#776](https://github.com/jertel/elastalert2/pull/776) - @nsano-rururu - [Email] Fixed schema.yaml setting in email_from_field - [#778](https://github.com/jertel/elastalert2/pull/778) - @nsano-rururu - +- [helm] helm add email and password config - [#780](https://github.com/jertel/elastalert2/pull/780) - @lusson-luo # 2.4.0 ## Breaking changes diff --git a/chart/elastalert2/README.md b/chart/elastalert2/README.md index 93f0b4d4..2739b7a1 100644 --- a/chart/elastalert2/README.md +++ b/chart/elastalert2/README.md @@ -92,3 +92,5 @@ The command removes all the Kubernetes components associated with the chart and | `nodeSelector` | Node selector for deployment | {} | | `affinity` | Affinity specifications for the deployed pod(s) | {} | | `tolerations` | Tolerations for deployment | [] | +| `stmp_auth.from_email` | send email, If the value is not empty, the smtp_auth secret will be created, which configures the information of the sending mailbox | [] | +| `stmp_auth.password` | email password | [] |