diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed3da9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Compiled Helm chart dependencies +charts/**/Chart.lock +charts/**/charts/ + +# Testing +__snapshot__/ + +# Docs +_site/ \ No newline at end of file diff --git a/README.md b/README.md index e42ed9d..5e34b08 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# helm-charts \ No newline at end of file +## Getting started + +[Helm](https://helm.sh) must be installed to use the charts in this repository. + +Refer to Helm's [documentation](https://helm.sh/docs/) to get started. + +## License + +This project is licensed under the terms of the Apache 2.0 License license. \ No newline at end of file