Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Feb 15, 2024
1 parent 3b9d407 commit 983151b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ To use STMP to send email
- `forge.email.smtp.tls` (default `false`)
- `forge.email.smtp.user` If no set no credentials passed (required if password set)
- `forge.email.smtp.password` (required if user set)
- `forge.email.smtp.existingSecret` the name of an Kubernetes secret object with email credentials (If `forge.email.smtp.existingSecret` is set, `forge.email.smtp.password` value is ignored; default not set)

Note: External secret must contain following keys:
- `smtp-password` - the password to use to connect to the database (equivalent to `forge.email.smtp.password` key)

To use AWS SES to send email

Expand Down

0 comments on commit 983151b

Please sign in to comment.