This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
commit bcd0d5b6252566dfbdb84e2dfc8ef54c78346c28 Author: Arne Diekmann <[email protected]> AuthorDate: Thu Feb 20 16:18:55 2020 +0100 Add sidecar option to README --- couchdb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/couchdb/README.md b/couchdb/README.md index eba7aff..b67e77e 100644 --- a/couchdb/README.md +++ b/couchdb/README.md @@ -179,6 +179,7 @@ A variety of other parameters are also configurable. See the comments in the | `serviceAccount.enabled` | true | | `serviceAccount.create` | true | | `serviceAccount.imagePullSecrets` | | +| `sidecars` | {} | | `livenessProbe.enabled` | true | | `livenessProbe.failureThreshold` | 3 | | `livenessProbe.initialDelaySeconds` | 0 |
