File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,15 @@ This will prepend `my-registry.com/` to all image references in the chart. For e
257
257
| ` opencloud.persistence.size ` | Size of the persistent volume | ` 10Gi ` |
258
258
| ` opencloud.persistence.storageClass ` | Storage class | ` "" ` |
259
259
| ` 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 ` |
260
269
| ` opencloud.storage.s3.internal.enabled ` | Enable internal MinIO instance | ` true ` |
261
270
| ` opencloud.storage.s3.internal.rootUser ` | MinIO root user | ` opencloud ` |
262
271
| ` opencloud.storage.s3.internal.rootPassword ` | MinIO root password | ` opencloud-secret-key ` |
You can’t perform that action at this time.
0 commit comments