Skip to content

Commit

Permalink
πŸ“ #2 Updated readme and moved the release workflow to the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Feb 14, 2024
1 parent 0f0087a commit 22b8c5a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@ This repository contains [Helm](https://helm.sh/) charts for [the EinStack proje
## Charts

- [Glide Chart](./charts/glide/README.md)

## Installation

[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 einstack https://einstack.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 einstack` to see the charts.

To install the Glide's chart:

helm install glide-gateway einstack/glide

To uninstall the chart:

helm delete glide-gateway

0 comments on commit 22b8c5a

Please # to comment.