Files
deprecated-helm-charts/stable/postgresql/Chart.yaml
T
Johannes Choo 0bb24886cf [stable/postgres] command in notes to run postgres client pod should have --restart=Never flag set. (#3325)
* command to run postgres client should not use rs

Modify the printed command to connect to the postgresql server pod to use a `--restart=Never` so that the pod instantiated that hosts a `psql` client is not backed by a ReplicaSet.

* Increment patch version number.
2018-01-15 02:12:24 -08:00

18 lines
471 B
YAML

name: postgresql
version: 0.8.7
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:
- name: swordbeta
- name: databus23
engine: gotpl