element-call-helm

An experimental helm chart deploying a full element-call instance
git clone git://archive.git.mtrnord.blog/MTRNord/element-call-helm.git
Log | Files | Refs | README

commit d9ac8c0f16cd70e3df2bfefacc346032bc6bc1ad
parent cf2d85706723ab331fe7ae31ea9e9a6b31d6065c
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon,  4 Mar 2024 11:08:42 +0100

Create README.md
Diffstat:
AREADME.md | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,20 @@ +## 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 element-call https://mtrnord.github.io/element-call-helm + +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 +element-call` to see the charts. + +To install the element-call-helm chart: + + helm install my-element-call element-call/element-call + +To uninstall the chart: + + helm delete my-element-call