This commit is contained in:
2024-02-09 18:47:12 -07:00
parent 92f4692c66
commit 441a28092c
2 changed files with 18 additions and 1 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Compiled Helm chart dependencies
charts/**/Chart.lock
charts/**/charts/
# Testing
__snapshot__/
# Docs
_site/

View File

@@ -1 +1,9 @@
# helm-charts
## 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.