Commit d0f1433c authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

README.md

parent 1b123a88
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
# helm-charts
 No newline at end of file
## 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:

```shell
helm repo add dmitriysafronov https://dmitriysafronov.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
dmitriysafronov` to see the charts.

To install the <chart-name> chart:

```shell
helm install my-<chart-name> dmitriysafronov/<chart-name>
```

To uninstall the chart:
```shell
helm delete my-<chart-name>
```

## Source

[https://github.com/DmitriySafronov/helm-charts](https://github.com/DmitriySafronov/helm-charts)