mirror of
https://github.com/truenas/charts.git
synced 2026-08-20 08:40:59 -06:00
d7a011168f
* add `pgadmin` to `community` train * add readme's * metadata * add templates and values * update metadat
11 lines
269 B
YAML
11 lines
269 B
YAML
runAsContext:
|
|
- userName: pgadmin
|
|
groupName: pgadmin
|
|
gid: 5050
|
|
uid: 5050
|
|
description: pgAdmin runs as a non-root user.
|
|
capabilities:
|
|
- name: NET_BIND_SERVICE
|
|
description: pgAdmin requires this ability to bind to privileged ports.
|
|
hostMounts: []
|