mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update stable/postgresql/README.md (#4495)
* Add version for postgresql Add version for postgresql * Update stable/postgresql/README.md Update stable/postgresql/README.md * Add appVersion key Add appVersion key * Modify appVersion Modify appVersion
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
name: postgresql
|
||||
version: 0.9.3
|
||||
version: 0.9.4
|
||||
appVersion: 9.6.2
|
||||
description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
||||
keywords:
|
||||
- postgresql
|
||||
|
||||
@@ -104,7 +104,7 @@ $ helm install --name my-release -f values.yaml stable/postgresql
|
||||
|
||||
The [postgres](https://github.com/docker-library/postgres) image stores the PostgreSQL data and configurations at the `/var/lib/postgresql/data/pgdata` path of the container.
|
||||
|
||||
The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning. If the PersistentVolumeClaim should not be managed by the chart, define `persistence.existingClaim`.
|
||||
The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning. If the PersistentVolumeClaim should not be managed by the chart, define `persistence.existingClaim`.
|
||||
|
||||
### Existing PersistentVolumeClaims
|
||||
|
||||
|
||||
Reference in New Issue
Block a user