extra-values.yaml 401 B

123456789101112131415161718
  1. pgadminConfig:
  2. adminEmail: some@email.com
  3. adminPassword: somepassword
  4. pgadminNetwork:
  5. webPort: 31000
  6. pgadminStorage:
  7. config:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/config
  10. additionalStorages:
  11. - type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/db1
  13. mountPath: /db1
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/db2
  16. mountPath: /db2