Skip to content

Commit

Permalink
doc: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodfern committed Jul 13, 2024
1 parent 188aa7a commit 1c1dce8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ 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 viseron https://carlosrodfern.github.io/viseron-helm-chart
```sh
helm repo add viseron https://carlosrodfern.github.io/viseron-helm-chart
```

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
viseron` to see the charts.

To install the viseron chart:

helm install my-viseron viseron/viseron
```sh
helm install my-viseron viseron/viseron
```

To uninstall the chart:

helm delete my-viseron
```sh
helm delete my-viseron
```

0 comments on commit 1c1dce8

Please sign in to comment.