mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 15:49:50 +08:00
* add `freshrss` to `community` train * add initial templates * fix pat * whops * run as 33 * requires root * more caps * dont wait for pvc to bind for future jobs * do the installation * create user * add cron * add questions * remove group * fix password field * add smb * add size var
15 lines
395 B
YAML
15 lines
395 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: FreshRSS runs as root user
|
|
capabilities:
|
|
- name: CHOWN
|
|
description: FreshRSS is able to chown files.
|
|
- name: SETGID
|
|
description: FreshRSS is able to set group ID for it's sub-processes.
|
|
- name: SETUID
|
|
description: FreshRSS is able to set user ID for it's sub-processes.
|
|
hostMounts: []
|