From 22b8c5a72194a1975655df00d2b66b6f50d0ce4b Mon Sep 17 00:00:00 2001 From: Roman Glushko Date: Wed, 14 Feb 2024 22:49:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20#2=20Updated=20readme=20and=20mo?= =?UTF-8?q?ved=20the=20release=20workflow=20to=20the=20right=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{ => workflows}/release.yaml | 0 README.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) rename .github/{ => workflows}/release.yaml (100%) diff --git a/.github/release.yaml b/.github/workflows/release.yaml similarity index 100% rename from .github/release.yaml rename to .github/workflows/release.yaml diff --git a/README.md b/README.md index 2aae822..7689288 100644 --- a/README.md +++ b/README.md @@ -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