From 29283a8b0efa9caebf8f26282c41015f3a65bbbb Mon Sep 17 00:00:00 2001 From: Joonsoo Park Date: Fri, 9 Aug 2024 15:09:20 +0900 Subject: [PATCH] fix: add missing spaces (#279) * fix: add missing spaces Signed-off-by: Joonsoo Park * apply change to versioned documents Signed-off-by: Joonsoo Park --------- Signed-off-by: Joonsoo Park --- website/docs/getting-started/installation.md | 2 +- .../version-3.9.0/getting-started/installation.md | 2 +- .../version-3.9.1/getting-started/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index b767565f..2f518743 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -117,7 +117,7 @@ In this method the users need to install mongo first via helm and then apply the Mongo Values ```bash - auth: +auth: enabled: true rootPassword: "1234" # -- existingSecret Existing secret with MongoDB(®) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`) diff --git a/website/versioned_docs/version-3.9.0/getting-started/installation.md b/website/versioned_docs/version-3.9.0/getting-started/installation.md index aff153b6..ed71beca 100644 --- a/website/versioned_docs/version-3.9.0/getting-started/installation.md +++ b/website/versioned_docs/version-3.9.0/getting-started/installation.md @@ -117,7 +117,7 @@ In this method the users need to install mongo first via helm and then apply the Mongo Values ```bash - auth: +auth: enabled: true rootPassword: "1234" # -- existingSecret Existing secret with MongoDB(®) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`) diff --git a/website/versioned_docs/version-3.9.1/getting-started/installation.md b/website/versioned_docs/version-3.9.1/getting-started/installation.md index 4216a487..954e15d7 100644 --- a/website/versioned_docs/version-3.9.1/getting-started/installation.md +++ b/website/versioned_docs/version-3.9.1/getting-started/installation.md @@ -117,7 +117,7 @@ In this method the users need to install mongo first via helm and then apply the Mongo Values ```bash - auth: +auth: enabled: true rootPassword: "1234" # -- existingSecret Existing secret with MongoDB(®) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)