Skip to content

Commit

Permalink
docs(helm): replace yes value by true to keep consistency with others…
Browse files Browse the repository at this point in the history
… + fix incomplete word
  • Loading branch information
o-be-one authored Oct 14, 2024
1 parent 378f603 commit fbd0c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/netdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit fbd0c6d

Please sign in to comment.