Skip to content

Commit

Permalink
update readme of helm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 authored Dec 5, 2022
1 parent 8e15dfc commit 3e2ed62
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions helm-charts/README.md
Original file line number Diff line number Diff line change
@@ -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 <alias> 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
<alias>` to see the charts.

To install the <chart-name> chart:

helm install my-<chart-name> <alias>/<chart-name>

To uninstall the chart:
### Installing a Helm Chart
```
helm install infisical-helm-charts/<name-of-helm-chart>
```

helm delete my-<chart-name>
#### Available chart names
- infisical

0 comments on commit 3e2ed62

Please sign in to comment.