[stable/graylog] Fixed missing values from README (#21055)

* Fixed missing values from README

Signed-off-by: Marco Bulgarini <marco.bulgarini@gmail.com>

* Chart bump

Signed-off-by: Marco Bulgarini <marco.bulgarini@gmail.com>
This commit is contained in:
Marco
2020-02-26 14:25:19 -08:00
committed by GitHub
parent ac47f27e23
commit 845bfd6a7e
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: graylog
home: https://www.graylog.org
version: 1.5.8
version: 1.5.9
appVersion: 3.1
description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data.
keywords:
+9
View File
@@ -148,6 +148,15 @@ The following table lists the configurable parameters of the Graylog chart and t
| `graylog.mongodb.uriSecretName` | K8s secret name where MongoDB URI will be set from. | `{{ graylog.fullname }}` |
| `graylog.mongodb.uriSecretKey` | K8s secret key name where MongoDB URI will be set from. | `` |
| `graylog.transportEmail.enabled` | If true, enable transport email settings on Graylog | `false` |
| `graylog.transportEmail.hostname` | The hostname of the server used to send the email | `` |
| `graylog.transportEmail.port` | The port of the server used to send the email | `` |
| `graylog.transportEmail.useTls` | If true, use TLS to connect to the mailserver | `` |
| `graylog.transportEmail.useSsl` | If true, use SSL to connect to the mailserver | `` |
| `graylog.transportEmail.useAuth` | If true, authenticate to the email server | `` |
| `graylog.transportEmail.authUsername` | The username for server authentication | `` |
| `graylog.transportEmail.authPassword` | The password for server authentication | `` |
| `graylog.transportEmail.subjectPrefix` | Prepend this string to every mail subjects | `` |
| `graylog.transportEmail.fromEmail` | Use this as a FROM address | `` |
| `graylog.config` | Add additional server configuration to `graylog.conf` file. | `` |
| `graylog.serverFiles` | Add additional server files on /etc/graylog/server. This is useful for enable TLS on input | `{}` |
| `graylog.journal.deleteBeforeStart` | Delete all journal files before start Graylog | `false` |