mirror of
https://github.com/truenas/charts.git
synced 2026-03-31 09:20:42 +08:00
* update values * add migration * update templates * bump version * update ui * fix migration * reduce diff * ci migration * remove redundant code
16 lines
239 B
YAML
16 lines
239 B
YAML
pgadminConfig:
|
|
adminEmail: some@email.com
|
|
adminPassword: somepassword
|
|
|
|
pgadminNetwork:
|
|
webPort: 31000
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /db1
|
|
- type: pvc
|
|
mountPath: /db2
|