From 210ee38776ef4a29e8278a5c50e785ec34b61c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Pi=C3=B1a?= Date: Sun, 8 Oct 2023 15:51:22 -0500 Subject: [PATCH] Add readme --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e94121..c185954 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# lh-helm-charts -LH Helm Charts +# LH Helm Charts + +## Usage + +[Helm](https://helm.sh) must be installed to use the charts. Please refer to +Helm's [documentation](https://helm.sh/docs) to get started. + +Once Helm has been set up correctly, add the repo as follows: + + helm repo add littlehorse https://littlehorse.github.io/lh-helm-charts + +If you had already added this repo earlier, run `helm repo update` to retrieve +the latest versions of the packages. You can then run `helm search repo +littlehorse` to see the charts. + +To install the chart: + + helm install my- littlehorse/ + +To uninstall the chart: + + helm delete my- \ No newline at end of file