From 4bd0268633bc99a4a4d6f910a8540fffc35ef297 Mon Sep 17 00:00:00 2001 From: Dmitry Makovey Date: Mon, 26 Oct 2020 05:50:49 -0600 Subject: [PATCH] [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 --- bitnami/mongodb/Chart.yaml | 2 +- bitnami/mongodb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mongodb/Chart.yaml b/bitnami/mongodb/Chart.yaml index 0570117dd..19cb631fe 100644 --- a/bitnami/mongodb/Chart.yaml +++ b/bitnami/mongodb/Chart.yaml @@ -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: diff --git a/bitnami/mongodb/README.md b/bitnami/mongodb/README.md index f15fd0a5b..27035dc65 100644 --- a/bitnami/mongodb/README.md +++ b/bitnami/mongodb/README.md @@ -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` |