This commit is contained in:
2024-08-21 09:59:23 +02:00
commit c90f214f54
2 changed files with 29 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
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}
```