Files
chart/charts/home-assistant/2.0.66/metadata.yaml
2025-02-24 08:07:09 +00:00

24 lines
709 B
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Home-Assistant runs as root user.
- userName: postgres
groupName: postgres
gid: 999
uid: 999
description: Postgres runs as a non-root user.
capabilities:
- name: CHOWN
description: Home Assistant is able to change file ownership.
- name: FOWNER
description: Home Assistant is able to change file ownership.
- name: DAC_OVERRIDE
description: Home Assistant is able to bypass file permissions.
- name: NET_BIND_SERVICE
description: Home Assistant is able to bind to privileged ports.
- name: NET_RAW
description: Home Assistant is able to use raw sockets.
hostMounts: []