andygrove commented on code in PR #322: URL: https://github.com/apache/arrow-ballista/pull/322#discussion_r990667971
########## helm/README.md: ########## @@ -0,0 +1,48 @@ +# Ballista Helm Chart + +Helm is a convenient way to install applications into Kubernetes. It can work against any Kubeneretes environement, +including all the major cloud providers. +For the purposes of this documentation, we will use Kubernetes-in-Docker (kind) to install locally. + +## Prerequisites Review Comment: We need to install Helm as well. I used `sudo snap install helm --classic` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
