From fa133e3eba04d91e8b77ad921b60e9d9b715de68 Mon Sep 17 00:00:00 2001 From: yusank Date: Mon, 13 Mar 2023 16:16:55 +0800 Subject: [PATCH] fix: update README Signed-off-by: Yusan Kurban --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70acfd4..0029fa1 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,24 @@ Official **Helm Charts** repo for `k-cloud-labs`. -## How to use +## 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 k-cloud-labs https://k-cloud-labs.github.io/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 +k-cloud-labs` to see the charts. + +To install the chart: + + helm install my-kinitiras k-cloud-labs/kinitiras + +To uninstall the chart: + + helm delete my-kinitiras