Draft: Resolve "Repackage application with a Helm chart"
Compare changes
There are no changes yet
No changes between 20-repackage-application-with-a-helm-chart-2 and main
The magic is done. To launch it:
cd helm-chart/todo-app
helm package .
helm install my-todo-app todo-app-0.1.0.tgz
kubectl get po -A
helm uninstall my-todo-app && rm todo-app-0.1.0.tgz
Let me know if something doesn't work!
Closes #20 (closed)
No changes between 20-repackage-application-with-a-helm-chart-2 and main