add testapp

This commit is contained in:
ducoterra
2021-08-28 11:07:28 -04:00
commit e79441688b
10 changed files with 115 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Charts
A collection of helm charts for ducoterra.net
## Adding a chart
1. Create a folder with the name of your desired chart in `charts`
2. Copy the chart contents in with `rsync -r ../app/chart/ charts/app/<version>`
3. Copy the README into the charts folder with `cp ../app/README.md charts/app/<version>`
4. Create a "default_values.yaml" with `cp charts/app/<version>/values.yaml charts/app/<version>/default_values.yaml`