Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Yusan Kurban <[email protected]>
  • Loading branch information
yusank committed Mar 13, 2023
1 parent 8c14800 commit fa133e3
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-name> chart:

helm install my-kinitiras k-cloud-labs/kinitiras

To uninstall the chart:

helm delete my-kinitiras

0 comments on commit fa133e3

Please sign in to comment.