diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4c49bd78 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env diff --git a/README.md b/README.md index bd2f2863..5710cf21 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# billimek-charts \ No newline at end of file +# 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 +``` + +