From 2ee54be156f71e883d7d01c3fbf4b8f62514e287 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos <nacho.barrientos@cern.ch> Date: Fri, 14 Feb 2025 14:12:54 +0100 Subject: [PATCH] Correct variable name and description --- docs/values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/values.md b/docs/values.md index 3d70382..519a356 100644 --- a/docs/values.md +++ b/docs/values.md @@ -20,7 +20,7 @@ This file contains the markdown version of the default values that this chart ta | logs.fluentbit.service | string | Daemon mode off listening on port 2020. See `values.yaml`. | fluentbit service configuration options in a multiline string | | metrics.enabled | bool | `true` | indicates if all metrics components should be enabled or not. If set to false no metrics component will be installed nor configured | | metrics.defaultNodeSelector | map | `{}` | if set will be used as `nodeSelector` for those components that allow one | -| metrics.fluentbit.enable | bool | `true` | if true fluentbit daemon set 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.nodeSelector | hash | `"nil"` | fluentbit statefulset node selectors | | metrics.fluentbit.filters | string | `"nil"` | fluentbit filters as a yaml list in a multiline string | -- GitLab