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 |