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:
AdamDang
2018-04-30 11:21:17 -07:00
committed by k8s-ci-robot
parent 5b9dac63e8
commit c3325c993b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+3 -3
View File
@@ -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` |