From 16065426a12031fafb1b82901ccf70fe80cba5ab Mon Sep 17 00:00:00 2001 From: Guilherme Sautner Date: Fri, 22 Sep 2023 06:59:03 -0300 Subject: [PATCH] [misc] improving some docs --- charts/cryptpad/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/cryptpad/README.md b/charts/cryptpad/README.md index f53a539..5b799e5 100644 --- a/charts/cryptpad/README.md +++ b/charts/cryptpad/README.md @@ -1,17 +1,17 @@ # cryptpad -![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +CryptPad is a collaboration office suite that is end-to-end-encrypted and open-source. -CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. +![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -**Homepage:** +## Installing the Chart -## Maintainers +Install the Helm Chart using: -| Name | Email | Url | -| ---- | ------ | --- | -| Guilherme Sautner | | | -| Arsène Fougerouse | | | +```console +helm repo add cryptpad-github https://cryptpad.github.io/helm +helm install cryptpad cryptpad-github/cryptpad +``` ## Requirements @@ -94,4 +94,4 @@ CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. | workloadStateful | bool | `true` | Enable to choose witch kind of workload will be used: (true) StatefulSet or (false) for Deployment | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2) +Autogenerated from chart metadata using [helm-docs v1.11.2](https://github.com/norwoodj/helm-docs/releases/v1.11.2) \ No newline at end of file