Skip to content

Commit d63f032

Browse files
monraxwilliamtrelawny
authored andcommitted
Update README.md
1 parent 7f9d211 commit d63f032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,16 +373,16 @@ If you prefer to use your own MongoDB instance, you can disable the bundled Mong
373373

374374
```sh
375375
helm upgrade --install graylog ./graylog --namespace graylog --reuse-values \
376-
--set mongodb.subchart.enabled=false \
377-
--set graylog.config.mongodb.customUri="mongodb[+srv]://<username>:<password>@<hostname>:<port>[,<i-th hostname>:<i-th port>]/<db name>"
376+
--set mongodb.subchart.enabled=false \
377+
--set graylog.config.mongodb.customUri="mongodb[+srv]://<username>:<password>@<hostname>:<port>[,<i-th hostname>:<i-th port>]/<db name>"
378378
```
379379

380380
**Alternatively**, the MongoDB URI can also be provided as part of an externally-managed secret:
381381

382382
```sh
383383
helm upgrade --install graylog ./graylog --namespace graylog --reuse-values \
384-
--set mongodb.subchart.enabled=false \
385-
--set global.existingSecretName="<your secret name>"
384+
--set mongodb.subchart.enabled=false \
385+
--set global.existingSecretName="<your secret name>"
386386
```
387387

388388
# Uninstall

0 commit comments

Comments
 (0)