Skip to content

Commit

Permalink
Corrects helm chart value <extraParsers> in aws-for-fluentbit docs. (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixrm-scopely authored May 24, 2022
1 parent 817bba0 commit 14a05fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helm delete aws-for-fluent-bit --namespace kube-system
| `serviceAccount.create` | Whether a new service account should be created | `true` |
| `service.extraService` | Append to existing service with this value | `""` |
| `service.parsersFiles` | List of available parser files | `/fluent-bit/parsers/parsers.conf` |
| `service.additionalParsers` | Adding more parsers with this value | `""` |
| `service.extraParsers` | Adding more parsers with this value | `""` |
| `input.*` | Values for Kubernetes input | |
| `extraInputs` | Append to existing input with this value | `""` |
| `additionalInputs` | Adding more inputs with this value | `""` |
Expand Down
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service:
# HTTP_PORT 2020
parsersFiles:
- /fluent-bit/parsers/parsers.conf
# additionalParsers: |
# extraParsers: |
# [PARSER]
# Name logfmt
# Format logfmt
Expand Down

0 comments on commit 14a05fb

Please sign in to comment.