Skip to content

Commit b4e8c58

Browse files
committed
add README.md.gotmpl
Signed-off-by: JeffMboya <[email protected]>
1 parent 5910f1b commit b4e8c58

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

charts/magistrala/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# magistrala
22

3-
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square)
4-
53
Magistrala IoT Platform
64

5+
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square)
6+
77
**Homepage:** <https://abstractmachines.fr/magistrala.html>
88

99
## Maintainers
@@ -308,5 +308,4 @@ Magistrala IoT Platform
308308
| users.passwordRegex | string | `"^.{8,}$"` | |
309309
| users.secretKey | string | `"secretKey"` | |
310310
| users.tokenResetEndpoint | string | `"/reset-request"` | |
311-
| vault.enabled | bool | `false` | |
312-
311+
| vault.enabled | bool | `false` | |

charts/magistrala/README.md.gotmpl

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{ template "chart.header" . }}
2+
3+
{{ template "chart.description" . }}
4+
5+
{{ template "chart.badgesSection" . }}
6+
7+
{{ template "chart.homepageLine" . }}
8+
9+
{{ template "chart.maintainersSection" . }}
10+
11+
{{ template "chart.sourcesSection" . }}
12+
13+
{{ template "chart.requirementsSection" . }}
14+
15+
{{ template "chart.valuesSection" . }}

0 commit comments

Comments
 (0)