Skip to content

Commit

Permalink
helm add email secret config
Browse files Browse the repository at this point in the history
  • Loading branch information
lusson-luo committed Mar 26, 2022
1 parent 0196edc commit c2f293e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions chart/elastalert2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | [] |

0 comments on commit c2f293e

Please sign in to comment.