Skip to content

Commit 92a5c84

Browse files
authored
fix: add lacking values docs (#484)
@witalisoft is our employee, no need for CLA
1 parent 04b6cbc commit 92a5c84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/netdata/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ The following table lists the configurable parameters of the netdata chart and t
209209
| `parent.claiming.enabled` | Enable parent claiming for netdata cloud | `false` |
210210
| `parent.claiming.token` | Claim token | `""` |
211211
| `parent.claiming.room` | Comma separated list of claim rooms IDs | `""` |
212+
| `parent.securityContext.runAsUser` | The UID to run the container process | `201` |
213+
| `parent.securityContext.runAsGroup` | The GID to run the container process | `201` |
214+
| `parent.securityContext.fsGroup` | The supplementary group for setting permissions on volumes | `201` |
215+
| `parent.extraInitContainers` | Additional init containers to add to the parent pods | `[]` |
212216
| `parent.extraVolumeMounts` | Additional volumeMounts to add to the parent pods | `[]` |
213217
| `parent.extraVolumes` | Additional volumes to add to the parent pods | `[]` |
214218
| `k8sState.hostname` | K8s state node hostname | `netdata-k8s-state` |

0 commit comments

Comments
 (0)