Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Oct 8, 2023
1 parent 99f8224 commit 210ee38
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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-name> chart:

helm install my-<chart-name> littlehorse/<chart-name>

To uninstall the chart:

helm delete my-<chart-name>

0 comments on commit 210ee38

Please sign in to comment.