Skip to content

Commit 29283a8

Browse files
authored
fix: add missing spaces (#279)
* fix: add missing spaces Signed-off-by: Joonsoo Park <[email protected]> * apply change to versioned documents Signed-off-by: Joonsoo Park <[email protected]> --------- Signed-off-by: Joonsoo Park <[email protected]>
1 parent d943443 commit 29283a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In this method the users need to install mongo first via helm and then apply the
117117
Mongo Values
118118

119119
```bash
120-
auth:
120+
auth:
121121
enabled: true
122122
rootPassword: "1234"
123123
# -- existingSecret Existing secret with MongoDB(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)

website/versioned_docs/version-3.9.0/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In this method the users need to install mongo first via helm and then apply the
117117
Mongo Values
118118

119119
```bash
120-
auth:
120+
auth:
121121
enabled: true
122122
rootPassword: "1234"
123123
# -- existingSecret Existing secret with MongoDB(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)

website/versioned_docs/version-3.9.1/getting-started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In this method the users need to install mongo first via helm and then apply the
117117
Mongo Values
118118

119119
```bash
120-
auth:
120+
auth:
121121
enabled: true
122122
rootPassword: "1234"
123123
# -- existingSecret Existing secret with MongoDB(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)

0 commit comments

Comments
 (0)