From 32b9672d4c5317e76266163e0d087e195f26bbbd Mon Sep 17 00:00:00 2001 From: Ivan Polchenko <2119240+i5okie@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:44:06 -0800 Subject: [PATCH] update documentation Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com> --- charts/traction/README.md | 2 +- charts/traction/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/traction/README.md b/charts/traction/README.md index 60af9043e..2a7234ae2 100644 --- a/charts/traction/README.md +++ b/charts/traction/README.md @@ -317,7 +317,7 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release | `ui.oidc.extraQueryParams` | OIDC client login additional parameters | `{}` | | `ui.smtp.server` | SMTP server | `""` | | `ui.smtp.port` | SMTP port | `25` | -| `ui.smtp.secure` | Set to true if SMTP server requires TLS | `false` | +| `ui.smtp.secure` | if true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false | `false` | | `ui.smtp.user` | SMTP user (Requires setting `ui.existingSecret` with the name of a secret containing `SERVER_SMTP_PASSWORD`) | `""` | | `ui.smtp.senderAddress` | SMTP sender address | `""` | | `ui.smtp.innkeeperInbox` | innkeeper notification inbox | `""` | diff --git a/charts/traction/values.yaml b/charts/traction/values.yaml index 9d51d0ac5..93cf22986 100644 --- a/charts/traction/values.yaml +++ b/charts/traction/values.yaml @@ -667,7 +667,7 @@ ui: server: "" ## @param ui.smtp.port SMTP port port: 25 - ## @param ui.smtp.secure set to true if SMTP server requires TLS + ## @param ui.smtp.secure if true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false secure: false ## @param ui.smtp.user SMTP user (use ui.existingSecret to provide SERVER_SMTP_PASSWORD) user: ""