From e15b07cc3fbe332e218ad5697d19a2b2dccb53fd Mon Sep 17 00:00:00 2001 From: Ivan Polchenko <2119240+i5okie@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:34:22 -0800 Subject: [PATCH] Update Readme Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com> --- charts/traction/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/traction/README.md b/charts/traction/README.md index a6c56e16c..7ae3d3778 100644 --- a/charts/traction/README.md +++ b/charts/traction/README.md @@ -295,6 +295,7 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release | `ui.image.pullPolicy` | | `IfNotPresent` | | `ui.image.pullSecrets` | | `[]` | | `ui.image.tag` | Overrides the image tag which defaults to the chart appVersion. | `""` | +| `ui.existingSecret` | Name of an existing secret to be mounted as environment variables | `""` | | `ui.ux.appTitle` | Title of the application | `Traction Tenant Console` | | `ui.ux.appInnkeeperTitle` | Title of the Innkeeper Console | `Traction Innkeeper Console` | | `ui.ux.sidebarTitle` | Sidebar title | `Traction` | @@ -315,6 +316,8 @@ 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.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 | `""` | | `ui.serviceAccount.create` | Specifies whether a ServiceAccount should be created | `false` |