From 06fc57a71b096d0202597efe2596cb3b669a3a77 Mon Sep 17 00:00:00 2001 From: Mario-F Date: Tue, 22 Mar 2022 20:05:54 +0100 Subject: [PATCH] docs: added readme-generator example Signed-off-by: Mario-F --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7503e65..9954d31 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ You can then run `helm search repo mariof-charts` to see the charts. ## Development Some charts using bitnami [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm), please make sure to update readme this way. + +```shell +readme-generator -v values.yaml -r README.md +```