From d82dfa5504026542bb77aaadaa2a4dba4e586f45 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 5 Dec 2022 10:28:49 -0500 Subject: [PATCH] create helm repo install file --- helm-charts/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 helm-charts/README.md diff --git a/helm-charts/README.md b/helm-charts/README.md new file mode 100644 index 0000000000..ffcef1a657 --- /dev/null +++ b/helm-charts/README.md @@ -0,0 +1,22 @@ +## 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 https://infisical.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 +` to see the charts. + +To install the chart: + + helm install my- / + +To uninstall the chart: + + helm delete my-