Update README.md

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-11-11 12:46:07 +01:00
parent fb51a944c1
commit e1f29228ba

View File

@@ -62,8 +62,8 @@ The following tables lists the configurable parameters of the kibana chart and t
| `clusterDomain` | Kubernetes DNS domain name to use | `cluster.local` |
| `forwarder.enabled` | Enable Fluentd aggregator | `true` |
| `forwarder.securityContext.enabled` | Enable security context for forwarder pods | `true` |
| `forwarder.securityContext.fsGroup` | Group ID for forwarder's containers filesystem | `1001` |
| `forwarder.securityContext.runAsUser` | User ID for forwarder's containers | `1001` |
| `forwarder.securityContext.fsGroup` | Group ID for forwarder's containers filesystem | `0` |
| `forwarder.securityContext.runAsUser` | User ID for forwarder's containers | `0` |
| `forwarder.configFile` | Name of the config file that will be used by Fluentd at launch under the `/opt/bitnami/fluentd/conf` directory | `fluentd.conf` |
| `forwarder.configMap` | Name of the config map that contains the Fluentd configuration files | `nil` |
| `forwarder.extraArgs` | Extra arguments for the Fluentd command line | `nil` |