pan3793 commented on code in PR #4697: URL: https://github.com/apache/kyuubi/pull/4697#discussion_r1164859386
########## charts/kyuubi/README.md: ########## @@ -32,6 +32,17 @@ 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. [Debugging templates](https://helm.sh/docs/chart_template_guide/debugging/) provide a quick way of viewing the generated content without YAML parse errors blocking. +There are two ways to render templates. It will return the rendered template to you so you can see the output. Review Comment: ```suggestion When you want to test the template rendering, but not actually install anything. [Debugging templates](https://helm.sh/docs/chart_template_guide/debugging/) provide a quick way of viewing the generated content without YAML parse errors blocking. There are two ways to render templates. It will return the rendered template to you so you can see the output. ``` -- 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]
