mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user