Skip to content

Commit 3047562

Browse files
committed
docs(readme): update readme with usage instructions
1 parent 898c1df commit 3047562

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# `helm`-charts
22

3+
## Usage
4+
5+
[Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started.
6+
7+
Once Helm has been set up correctly, add the repo as follows:
8+
9+
```sh
10+
helm repo add pascaliske https://charts.pascaliske.dev
11+
```
12+
13+
If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages.
14+
You can then run `helm search repo pascaliske` to see the charts.
15+
16+
To install a chart:
17+
18+
```sh
19+
helm install <chart> pascaliske/<chart>
20+
```
21+
22+
To uninstall the chart:
23+
24+
```sh
25+
helm delete <chart>
26+
```
27+
328
## License
429

530
[MIT](LICENSE.md) – © 2021 [Pascal Iske](https://pascaliske.dev)

0 commit comments

Comments
 (0)