Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 435 Bytes

vend-helm

Just deploy the vend application with a Helm chart.

Verify the helm chart

cd ./charts
helm dependency update ./vend-helm/
helm install --dry-run --debug vend-helm-chart ./vend-helm/

Install helm chart

cd /charts
helm lint ./vend-helm
helm install vend-helm ./vend-helm

Uninstall helm chart

cd ./charts
helm uninstall vend-helm