From fbd0c6d8d51b5095d4969c6bc71d522a3983a407 Mon Sep 17 00:00:00 2001 From: "Meddy B." Date: Mon, 14 Oct 2024 11:09:38 -0400 Subject: [PATCH] docs(helm): replace yes value by true to keep consistency with others + fix incomplete word --- 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 3e947ce..c6f196e 100644 --- a/charts/netdata/README.md +++ b/charts/netdata/README.md @@ -162,7 +162,7 @@ The following table lists the configurable parameters of the netdata chart and t | `parent.claiming.room` | Comma separated list of claim rooms IDs | `""` | | `parent.extraVolumeMounts` | Additional volumeMounts to add to the parent pods | `[]` | | `parent.extraVolumes` | Additional volumes to add to the parent pods | `[]` | -| `k8sState.enabled` | Install this Deployment to gather data fr K8s cluster | `yes` | +| `k8sState.enabled` | Install this Deployment to gather data from K8s cluster | `true` | | `k8sState.port` | Listen port | `service.port` (Same as parent's listen port) | | `k8sState.resources` | Compute resources required by this Deployment | `{}` | | `k8sState.livenessProbe.initialDelaySeconds` | Number of seconds after the container has started before liveness probes are initiated | `0` |