mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 06:16:23 +08:00
* 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: []
|