432 B
432 B
Charts
A collection of helm charts for ducoterra.net
Adding a chart
- Create a folder with the name of your desired chart in
charts - Copy the chart contents in with
rsync -r ../app/chart/ charts/app/<version> - Copy the README into the charts folder with
cp ../app/README.md charts/app/<version> - Create a "default_values.yaml" with
cp charts/app/<version>/values.yaml charts/app/<version>/default_values.yaml