Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/fluent-bit] Fix table formatting in Readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Jauhari <sagarjauhari@gmail.com>
  • Loading branch information
sagarjauhari authored and Sagar Jauhari committed May 17, 2019
1 parent d0c98b2 commit 67cd164
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stable/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
| `filter.kubeTokenFile` | Optional custom configmaps | `/var/run/secrets/kubernetes.io/serviceaccount/token` |
| `filter.kubeTag` | Optional top-level tag for matching in filter | `kube` |
| `filter.kubeTagPrefix` | Optional tag prefix used by Tail | `kube.var.log.containers.` |

| `filter.mergeJSONLog` | If the log field content is a JSON string map, append the map fields as part of the log structure | `true` |
| `image.fluent_bit.repository` | Image | `fluent/fluent-bit` |
| `image.fluent_bit.tag` | Image tag | `1.0.6` |
Expand All @@ -119,8 +118,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
| `resources` | Pod resource requests & limits | `{}` |
| `hostNetwork` | Use host's network | `false` |
| `dnsPolicy` | Specifies the dnsPolicy to use | `ClusterFirst` |
| `priorityClassName` | Specifies the priorityClassName to use | `NULL`
|
| `priorityClassName` | Specifies the priorityClassName to use | `NULL` |
| `tolerations` | Optional daemonset tolerations | `NULL` |
| `nodeSelector` | Node labels for fluent-bit pod assignment | `NULL` |
| `affinity` | Expressions for affinity | `NULL` |
Expand Down

0 comments on commit 67cd164

Please sign in to comment.