Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Polchenko <[email protected]>
  • Loading branch information
i5okie committed Jan 4, 2024
1 parent b56da06 commit e15b07c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/traction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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` |
Expand Down

0 comments on commit e15b07c

Please sign in to comment.