Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: lixd <[email protected]>
  • Loading branch information
lixd committed Aug 9, 2024
1 parent e90c7bd commit 732d7c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bitnami/fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ As an example, using the above configmap, you should specify the required parame
```console
aggregator.configMap=elasticsearch-output
aggregator.extraEnv[0].name=ELASTICSEARCH_HOST
aggregator.extraEnv[0].value=your-ip-here
aggregator.extraEnv[1].name=ELASTICSEARCH_PORT
aggregator.extraEnv[1].value=your-port-here
aggregator.extraEnvVars[0].name=ELASTICSEARCH_HOST
aggregator.extraEnvVars[0].value=your-ip-here
aggregator.extraEnvVars[1].name=ELASTICSEARCH_PORT
aggregator.extraEnvVars[1].value=your-port-here
```

### Using custom init scripts
Expand Down

0 comments on commit 732d7c1

Please sign in to comment.