mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Typo fix in patroni/README.md: fo->of (#5183)
* Add version for patroni version: 0.7.1 * Typo fix in patroni/README.md Typo fix in patroni/README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: patroni
|
||||
description: 'Highly available elephant herd: HA PostgreSQL cluster.'
|
||||
version: 0.7.0
|
||||
version: 0.7.1
|
||||
appVersion: 1.4-p7
|
||||
home: https://github.com/zalando/patroni
|
||||
sources:
|
||||
|
||||
@@ -63,12 +63,12 @@ The following table lists the configurable parameters of the patroni chart and t
|
||||
| `nameOverride` | Override the name of the chart | `nil` |
|
||||
| `fullnameOverride` | Override the fullname of the chart | `nil` |
|
||||
| `replicaCount` | Amount of pods to spawn | `5` |
|
||||
| `image.repository` | The container to pull | `registry.opensource.zalan.do/acid/spilo-10` |
|
||||
| `image.tag` | The version of the container to pull | `1.4-p6` |
|
||||
| `image.repository` | The image to pull | `registry.opensource.zalan.do/acid/spilo-10` |
|
||||
| `image.tag` | The version of the image to pull | `1.4-p6` |
|
||||
| `image.pullPolicy` | The pull policy | `IfNotPresent` |
|
||||
| `credentials.superuser` | Password of the superuser | `tea` |
|
||||
| `credentials.admin` | Password of the admin | `cola` |
|
||||
| `credentials.standby` | Password fo the replication user | `pinacolada` |
|
||||
| `credentials.standby` | Password of the replication user | `pinacolada` |
|
||||
| `etcd.enable` | Using etcd as DCS | `true` |
|
||||
| `etcd.deployChart` | Deploy etcd chart | `true` |
|
||||
| `etcd.host` | Host name of etcd cluster | `nil` |
|
||||
|
||||
Reference in New Issue
Block a user