[incubator/couchdb] typo fix in README.md (#5539)

* Bump version

version: 0.1.3

* [incubator/couchdb] typo fix in README.md

* Update README.md

* Update Chart.yaml
This commit is contained in:
AdamDang
2018-05-18 00:15:51 -07:00
committed by k8s-ci-robot
parent fc6a6eadf7
commit f3f2d4ffb3
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: couchdb
version: 0.1.3
version: 0.1.4
appVersion: 2.1.1
description: A database featuring seamless multi-master sync, that scales from
big data to mobile, with an intuitive HTTP/JSON API and designed for
+6 -6
View File
@@ -5,11 +5,11 @@ from big data to mobile, with an intuitive HTTP/JSON API and designed for
reliability.
This chart deploys a CouchDB cluster as a StatefulSet. It creates a ClusterIP
Service in front of the deployment for load balancing by default, but can also
be configured to deploy other Service types or an Ingress controller. The
Service in front of the Deployment for load balancing by default, but can also
be configured to deploy other Service types or an Ingress Controller. The
default persistence mechanism is simply the ephemeral local filesystem, but
production deployments should set `persistentVolume.enabled` to `true` to attach
storage volumes to each Pod in the deployment.
storage volumes to each Pod in the Deployment.
## TL;DR
@@ -38,7 +38,7 @@ $ kubectl get secret my-release-couchdb -o go-template='{{ .data.adminPassword }
```
If you prefer to configure the admin credentials directly you can create a
secret containing `adminUsername`, `adminPassword` and `cookieAuthSecret` keys:
Secret containing `adminUsername`, `adminPassword` and `cookieAuthSecret` keys:
```bash
$ kubectl create secret generic my-release-couchdb --from-literal=adminUsername=foo --from-literal=adminPassword=bar --from-literal=cookieAuthSecret=baz
@@ -58,7 +58,7 @@ the parameters that can be configured during installation.
## Uninstalling the Chart
To uninstall/delete the `my-release` deployment:
To uninstall/delete the `my-release` Deployment:
```bash
$ helm delete my-release
@@ -69,7 +69,7 @@ deletes the release.
## Configuration
The following tables lists the most commonly configured parameters of the
The following table lists the most commonly configured parameters of the
CouchDB chart and their default values:
| Parameter | Description | Default |