mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
14 lines
323 B
Markdown
14 lines
323 B
Markdown
# personal helm charts
|
|
|
|
See [instructions](https://andrewlock.net/how-to-create-a-helm-chart-repository-using-amazon-s3/) and [helm s3 plugin repo](https://github.com/hypnoglow/helm-s3)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
helm plugin install https://github.com/hypnoglow/helm-s3.git
|
|
source .env
|
|
helm s3 init s3://public/charts
|
|
```
|
|
|
|
|