File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` |
You can’t perform that action at this time.
0 commit comments