Files
chart/community/pgadmin/1.0.2/ci/extra-values.yaml
2023-08-25 13:33:23 +00:00

19 lines
401 B
YAML

pgadminConfig:
adminEmail: some@email.com
adminPassword: somepassword
pgadminNetwork:
webPort: 31000
pgadminStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/db1
mountPath: /db1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/db2
mountPath: /db2