Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit b96d719

Browse files
committed
correct bold in mongoUri display
1 parent 86c2f9d commit b96d719

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/mongodb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 1.2.9
27+
version: 1.2.10
2828

2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to

charts/mongodb/templates/NOTES.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
{{- $mongoList = append $mongoList (printf "%s-%d.%s-headless:%d" $fullname $i $fullname $portNumber) }}
1212
{{- end }}
1313
- the connection string is :
14-
```
15-
**mongodb://{{ $user }}:{{ $password }}@{{ (include "mongoList" .)}}/{{ $db }}**
16-
```
14+
**`mongodb://{{ $user }}:{{ $password }}@{{ (include "mongoList" .)}}/{{ $db }}`**
1715
- example for python :
1816

1917
```

0 commit comments

Comments
 (0)