mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
* netdata - migrate library * add caps * caps * ui and migration * clean extra values * add migration check * remove un-needed function
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: Netdata runs as root user.
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: Netdata is able to chown files.
|
|
- name: DAC_OVERRIDE
|
|
description: Netdata is able to bypass permission checks.
|
|
- name: FOWNER
|
|
description: Netdata is able to bypass permission checks for it's sub-processes.
|
|
- name: SETGID
|
|
description: Netdata is able to set group ID for it's sub-processes.
|
|
- name: SETUID
|
|
description: Netdata is able to set user ID for it's sub-processes.
|
|
- name: SYS_PTRACE
|
|
description: Netdata is able to trace processes.
|
|
hostMounts:
|
|
- hostPath: /etc/os-release
|
|
description: Required to read the OS release information.
|
|
- hostPath: /etc/passwd
|
|
description: Required to read the user information.
|
|
- hostPath: /etc/group
|
|
description: Required to read the group information.
|
|
- hostPath: /proc
|
|
description: Required to read the processes information.
|
|
- hostPath: /sys
|
|
description: Required to read the system information.
|