Skip to content

Commit

Permalink
fix: Update README.md (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski authored Sep 4, 2024
2 parents 86d42a0 + b9d9bed commit 7375ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To use STMP to send email
- `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)
- `smtp-password` - the password to use to connect to the mail server (equivalent to `forge.email.smtp.password` key)

To use AWS SES to send email

Expand Down

0 comments on commit 7375ff3

Please sign in to comment.