Skip to content

Commit

Permalink
fix: add missing spaces (#279)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
bagmeg authored Aug 9, 2024
1 parent d943443 commit 29283a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(&reg;) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, ` mongodb-replica-set-key`)
Expand Down

0 comments on commit 29283a8

Please sign in to comment.