Skip to content

Commit 40f9d0a

Browse files
committed
document smtp config options
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
1 parent d2d64bd commit 40f9d0a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

charts/opencloud/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@ This will prepend `my-registry.com/` to all image references in the chart. For e
257257
| `opencloud.persistence.size` | Size of the persistent volume | `10Gi` |
258258
| `opencloud.persistence.storageClass` | Storage class | `""` |
259259
| `opencloud.persistence.accessMode` | Access mode | `ReadWriteOnce` |
260+
| `opencloud.smtp.enabled` | Enable smtp for opencloud | `false` |
261+
| `opencloud.smtp.host` | SMTP host | `` |
262+
| `opencloud.smtp.port` | SMTP port | `587` |
263+
| `opencloud.smtp.sender` | SMTP sender | `` |
264+
| `opencloud.smtp.username` | SMTP username | `` |
265+
| `opencloud.smtp.password` | SMTP password | `` |
266+
| `opencloud.smtp.insecure` | SMTP insecure | `false` |
267+
| `opencloud.smtp.authentication` | SMTP authentication | `plain` |
268+
| `opencloud.smtp.encryption` | SMTP encryption | `starttls` |
260269
| `opencloud.storage.s3.internal.enabled` | Enable internal MinIO instance | `true` |
261270
| `opencloud.storage.s3.internal.rootUser` | MinIO root user | `opencloud` |
262271
| `opencloud.storage.s3.internal.rootPassword` | MinIO root password | `opencloud-secret-key` |

0 commit comments

Comments
 (0)