Update README.md

Small typo in default valur for parameter postgresUser.
This commit is contained in:
Gustavo Orozco H
2016-11-20 08:13:59 -05:00
committed by GitHub
parent 8492fa0326
commit 3be95415a5
+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` |