From 441a28092cbfc6b52cc14e1d39478e6cdcd28c2a Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 Feb 2024 18:47:12 -0700 Subject: [PATCH] init --- .gitignore | 9 +++++++++ README.md | 10 +++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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