Files
chart/library/ix-dev/charts/netdata/metadata.yaml
Stavros Kois 62e5d52db0 netdata - migrate library (#2113)
* netdata - migrate library

* add caps

* caps

* ui and migration

* clean extra values

* add migration check

* remove un-needed function
2024-02-06 12:02:27 +02:00

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.