Merge pull request #239 from gorozcoh/master

Update README.md
This commit is contained in:
Adnan Abdulhussein
2016-11-21 15:40:42 -08:00
committed by GitHub
+1 -1
View File
@@ -47,7 +47,7 @@ The following tables lists the configurable parameters of the PostgresSQL chart
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `imageTag` | `postgres` image tag | `9.5.4` |
| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `postgresUser` | Username of new user to create. | `potgres` |
| `postgresUser` | Username of new user to create. | `postgres` |
| `postgresPassword` | Password for the new user. | random 10 characters |
| `postgresDatabase` | Name for new database to create. | `postgres` |
| `persistence.enabled` | Use a PVC to persist data | `true` |