Skip to content

Commit

Permalink
fix typo with README.md (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelsalam Abbas <[email protected]>
  • Loading branch information
agoloAbbas authored Dec 16, 2020
1 parent 3b19dbf commit 5cc6f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fluentd-elasticsearch
version: 11.6.0
version: 11.6.1
appVersion: 3.1.0
type: application
home: https://www.fluentd.org/
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Fluentd elasticsear
| `fluentdArgs` | Fluentd args | `--no-supervisor -q` |
| `secret` | List of env vars that are set from secrets and added to the fluentd pods | `[]` |
| `extraVolumeMounts` | Mount extra volume, required to mount ssl certificates when ES has tls enabled | `[]` |
| `extraVolume` | Extra volume | `[]` |
| `extraVolumes` | Extra volume | `[]` |
| `fluentConfDir` | Specify where to mount fluentd location | `/etc/fluent/config.d` |
| `hostLogDir.varLog` | Specify where fluentd can find var log | `/var/log` |
| `hostLogDir.dockerContainers` | Specify where fluentd can find logs for docker container | `/var/lib/docker/containers` |
Expand Down

0 comments on commit 5cc6f35

Please sign in to comment.