From 3686bdcd4e8ac08d74780318ee0913b882cbdeff Mon Sep 17 00:00:00 2001 From: Carlos Monroy <22024214+Redominus@users.noreply.github.com> Date: Thu, 16 May 2024 14:00:38 +0200 Subject: [PATCH] Updated parent default value in README.md --- charts/netdata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netdata/README.md b/charts/netdata/README.md index d02d172d..1ce40b27 100644 --- a/charts/netdata/README.md +++ b/charts/netdata/README.md @@ -290,7 +290,7 @@ $ helm install ./netdata --name my-release -f values.yaml | Parameter | Description | Default | |-----------------------------------|---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| -| `parent.configs.netdata` | Contents of the parent's `netdata.conf` | `memory mode = dbengine` | +| `parent.configs.netdata` | Contents of the parent's `netdata.conf` | `mode = dbengine` | | `parent.configs.stream` | Contents of the parent's `stream.conf` | Store child data, accept all connections, and issue alarms for child data. | | `parent.configs.health` | Contents of `health_alarm_notify.conf` | Email disabled, a sample of the required settings for Slack notifications | | `parent.configs.exporting` | Contents of `exporting.conf` | Disabled |