infra-charts/README.md

14 lines
356 B
Markdown

# infra-charts
Custom Helm Charts that do not exist like this anywhere else.
## Requirements
- Helm
## Adding/Modifying Charts
To create a new Helm Chart, run `helm create <name>`. Make sure to depend on the local `common` Chart as it provides
common templates, like application labels, etc.
When done, run `helm lint <chart>` to lint the Helm Chart.