From f3f2d4ffb3ccfc1fcbeba16266e11b4f7e940b24 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 18 May 2018 15:15:51 +0800 Subject: [PATCH] [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 --- incubator/couchdb/Chart.yaml | 2 +- incubator/couchdb/README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/incubator/couchdb/Chart.yaml b/incubator/couchdb/Chart.yaml index 4a9e71dcd3..db03fd0eb8 100644 --- a/incubator/couchdb/Chart.yaml +++ b/incubator/couchdb/Chart.yaml @@ -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 diff --git a/incubator/couchdb/README.md b/incubator/couchdb/README.md index 56cd3310b8..f4a776a2eb 100644 --- a/incubator/couchdb/README.md +++ b/incubator/couchdb/README.md @@ -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 |