[bitnami/mongodb] document auth.existingSecret keys (#4099)

* Update README.md

document `auth.existingSecret` keys

* version bump to get past linter

Linter is complaining about un-bumped chart version
This commit is contained in:
Dmitry Makovey
2020-10-26 05:50:49 -06:00
committed by GitHub
parent 051c5bebeb
commit 4bd0268633
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb
version: 9.2.5
version: 9.2.6
appVersion: 4.4.1
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:

View File

@@ -152,7 +152,7 @@ The following tables lists the configurable parameters of the MongoDB chart and
| `auth.password` | MongoDB custom user password | _random 10 character long alphanumeric string_ |
| `auth.database` | MongoDB custom database | `nil` |
| `auth.replicaSetKey` | Key used for authentication in the replicaset (only when `architecture=replicaset`) | _random 10 character long alphanumeric string_ |
| `auth.existingSecret` | Existing secret with MongoDB credentials | `nil` |
| `auth.existingSecret` | Existing secret with MongoDB credentials (keys: `mongodb-password`, `mongodb-root-password`, ` mongodb-replica-set-key`) | `nil` |
| `replicaSetName` | Name of the replica set (only when `architecture=replicaset`) | `rs0` |
| `replicaSetHostnames` | Enable DNS hostnames in the replicaset config (only when `architecture=replicaset`) | `true` |
| `enableIPv6` | Switch to enable/disable IPv6 on MongoDB | `false` |