yajuvendrarawat / vend-helm

Just deploy the vend application with a Helm chart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Just deploy the vend application with a Helm chart.

License:Apache License 2.0