mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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>
17 lines
457 B
YAML
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
|