Files
deprecated-helm-charts/stable/postgresql/Chart.yaml
T
Igor Zibarev 46955b7e19 [stable/postgresql] Fix custom metrics volume (#7294)
Currently, custom metrics for "metrics" image of postgresql pod are
broken. This is because the volume is specified incorrectly. Thus, the
deployment ends up creating `emptyDir: {}` volume instead of `configMap`
one.

This commit fixes it.

Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>
2018-09-24 12:44:03 -07:00

17 lines
457 B
YAML

name: postgresql
version: 0.18.1
appVersion: 9.6.2
description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
keywords:
- postgresql
- postgres
- database
- sql
home: https://www.postgresql.org/
icon: https://www.postgresql.org/media/img/about/press/elephant.png
sources:
- https://github.com/kubernetes/charts
- https://github.com/docker-library/postgres
maintainers: []
engine: gotpl