mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 05:24:34 +08:00
* add `pgadmin` to `community` train * add readme's * metadata * add templates and values * update metadat
12 lines
205 B
YAML
12 lines
205 B
YAML
pgadminNetwork:
|
|
webPort: 31000
|
|
|
|
pgadminConfig:
|
|
adminEmail: some@email.com
|
|
adminPassword: somepassword
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|