dev-lpq commented on code in PR #4690: URL: https://github.com/apache/kyuubi/pull/4690#discussion_r1163600177
########## charts/kyuubi/README.md: ########## @@ -32,6 +32,13 @@ cluster using the [Helm](https://helm.sh) package manager. - Kubernetes cluster - Helm 3.0+ +## Template rendering +When you want to test the template rendering, but not actually install anything. This command will render the templates. +It will return the rendered template to you so you can see the output. +```shell +helm install --dry-run --generate-name ../kyuubi +``` + Review Comment: Thanks for your suggestion. I have created a new PR, please help review, thanks. https://github.com/apache/kyuubi/pull/4697 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
