From 3e2ed62e50c6a07a20044ada5989b255227c957e Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 5 Dec 2022 12:31:48 -0500 Subject: [PATCH] update readme of helm repo --- helm-charts/README.md | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/helm-charts/README.md b/helm-charts/README.md index ffcef1a657..0974640287 100644 --- a/helm-charts/README.md +++ b/helm-charts/README.md @@ -1,22 +1,16 @@ -## 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 repository Setup +Assuming you have helm already installed, it is straight-forward to add a Cloudsmith-based chart repository: ``` - helm repo add https://infisical.github.io/helm-charts +helm repo add infisical-helm-charts 'https://dl.cloudsmith.io/public/infisical/helm-charts/helm/charts/' + +helm repo update ``` -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: +### Installing a Helm Chart +``` +helm install infisical-helm-charts/ +``` - helm delete my- +#### Available chart names +- infisical