15 lines
250 B
Markdown
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}
|
|
```
|