Skip to content
Snippets Groups Projects
Commit 8d81ab76 authored by Nacho Barrientos's avatar Nacho Barrientos
Browse files

Add missing documentation

parent 342b10f7
No related branches found
No related tags found
1 merge request!52Correct fluentbit's extraVolumes' and extraVolumeMounts' indentation
Pipeline #10970659 passed
...@@ -23,6 +23,8 @@ This file contains the markdown version of the default values that this chart ta ...@@ -23,6 +23,8 @@ This file contains the markdown version of the default values that this chart ta
| metrics.fluentbit.enabled | bool | `true` | if true fluentbit will be installed | | metrics.fluentbit.enabled | bool | `true` | if true fluentbit will be installed |
| metrics.fluentbit.diskMaxCache | string | `5G` | max size for in-disk storage for fluent-bit | | metrics.fluentbit.diskMaxCache | string | `5G` | max size for in-disk storage for fluent-bit |
| metrics.fluentbit.nodeSelector | hash | `"nil"` | fluentbit statefulset node selectors | | metrics.fluentbit.nodeSelector | hash | `"nil"` | fluentbit statefulset node selectors |
| metrics.fluentbit.extraVolumeMounts | list | `[]` | |
| metrics.fluentbit.extraVolumes | list | `[]` | |
| metrics.fluentbit.filters | string | `"nil"` | fluentbit filters as a yaml list in a multiline string | | metrics.fluentbit.filters | string | `"nil"` | fluentbit filters as a yaml list in a multiline string |
| metrics.fluentbit.inputs | string | Configuration to scrape local prometheus. See `values.yaml`. | fluentbit inputs as a yaml list in a multiline string | | metrics.fluentbit.inputs | string | Configuration to scrape local prometheus. See `values.yaml`. | fluentbit inputs as a yaml list in a multiline string |
| metrics.fluentbit.matchQuery | string | `"match[]={job!=\"\"}"` | Query parameter to apply to the federate Prometheus URL, use this to filter and send only specific metrics | | metrics.fluentbit.matchQuery | string | `"match[]={job!=\"\"}"` | Query parameter to apply to the federate Prometheus URL, use this to filter and send only specific metrics |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment