mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* add `odoo` to `community` apps * add pg * add config, svc, persistence * add basic values for test * add tmp and validation * use the odoo user * update readme * remove interface config * switch db name * init * do init * extra values * update UI * remove redundant group * fix typo * bump common
14 lines
281 B
YAML
14 lines
281 B
YAML
runAsContext:
|
|
- userName: odoo
|
|
groupName: odoo
|
|
gid: 101
|
|
uid: 101
|
|
description: Odoo runs as a non-root user
|
|
- userName: postgres
|
|
groupName: postgres
|
|
gid: 999
|
|
uid: 999
|
|
description: Postgres runs as a non-root user.
|
|
capabilities: []
|
|
hostMounts: []
|