Files
helm-charts/README.md
2024-08-21 09:59:23 +02:00

15 lines
250 B
Markdown

Kubernetes Helm charts
======================
## Add repository
```shell-session
$ helm repo add gitea.bp99.eu https://gitea.bp99.eu/api/packages/bp99/helm
```
## Install a chart
```shell-session
$ helm install ${name} gitea.bp99.eu/${chart}
```