From 54e8e6b64cdada1c65cb45c7f6563d671ee08b75 Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Wed, 11 Sep 2024 11:13:56 +0300 Subject: [PATCH] add README.md.gotmpl Signed-off-by: JeffMboya --- charts/magistrala/README.md | 7 +++---- charts/magistrala/README.md.gotmpl | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 charts/magistrala/README.md.gotmpl diff --git a/charts/magistrala/README.md b/charts/magistrala/README.md index ed52d3eb..702c445f 100644 --- a/charts/magistrala/README.md +++ b/charts/magistrala/README.md @@ -1,9 +1,9 @@ # magistrala -![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) - Magistrala IoT Platform +![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) + **Homepage:** ## Maintainers @@ -308,5 +308,4 @@ Magistrala IoT Platform | users.passwordRegex | string | `"^.{8,}$"` | | | users.secretKey | string | `"secretKey"` | | | users.tokenResetEndpoint | string | `"/reset-request"` | | -| vault.enabled | bool | `false` | | - +| vault.enabled | bool | `false` | | \ No newline at end of file diff --git a/charts/magistrala/README.md.gotmpl b/charts/magistrala/README.md.gotmpl new file mode 100644 index 00000000..f989ffde --- /dev/null +++ b/charts/magistrala/README.md.gotmpl @@ -0,0 +1,15 @@ +{{ template "chart.header" . }} + +{{ template "chart.description" . }} + +{{ template "chart.badgesSection" . }} + +{{ template "chart.homepageLine" . }} + +{{ template "chart.maintainersSection" . }} + +{{ template "chart.sourcesSection" . }} + +{{ template "chart.requirementsSection" . }} + +{{ template "chart.valuesSection" . }} \ No newline at end of file