From b9d9bed8bb05a38010f7676864e400c063ef39ec Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Wed, 4 Sep 2024 09:56:05 +0100 Subject: [PATCH] Update README.md Fix email server/database --- helm/flowforge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/flowforge/README.md b/helm/flowforge/README.md index 1dcd444a..3fa3ed33 100644 --- a/helm/flowforge/README.md +++ b/helm/flowforge/README.md @@ -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