isandeep41 opened a new issue #11838:
URL: https://github.com/apache/druid/issues/11838
#### Issue
Helm install throw validation error due to incorrect comment format
```sh
$ helm version
version.BuildInfo{Version:"v3.7.0",
GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean",
GoVersion:"go1.17"}
$ helm install druid . --values values.yaml --namespace default
Error: INSTALLATION FAILED: unable to build kubernetes objects from release
manifest: error validating "": error validating data: apiVersion not set
```
#### Solution
To use: [Helm Template
Comments](https://helm.sh/docs/chart_best_practices/templates/#comments-yaml-comments-vs-template-comments)
```yaml
{{- /*
This is a comment.
*/}}
type: frobnitz
```
--
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]