mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* initial commit * add some templates * add common and templates * update strategy * fix tempaltes * fix host * add metadata * add readme * fix probe * add questiosn * typo * quote * disable by default the redirect * add another test * rename service * remove todo * fix backend url and questions
19 lines
580 B
YAML
19 lines
580 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: Castopod run as root user
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: Castopod is able to chown files.
|
|
- name: DAC_OVERRIDE
|
|
description: Castopod is able to bypass permission checks.
|
|
- name: FOWNER
|
|
description: Castopod is able bypass permission checks for it's sub-processes.
|
|
- name: SETGID
|
|
description: Castopod is able to set group ID for it's sub-processes.
|
|
- name: SETUID
|
|
description: Castopod is able to set user ID for it's sub-processes.
|
|
hostMounts: []
|