frascu opened a new pull request, #7:
URL: https://github.com/apache/tika-helm/pull/7
### Error
Executing `helm lint .` the following message is printed:
```
[ERROR] templates/serviceaccount.yaml: unable to parse YAML: invalid Yaml
document separator: apiVersion: v1
Error: 1 chart(s) linted, 1 chart(s) failed
```
### Fix
Removing the three dash in the file `templates/serviceaccount.yaml`, helm
lint works.
### Env
**helm version**:
`version.BuildInfo{Version:"v3.11.0",
GitCommit:"472c5736ab01133de504a826bd9ee12cbe4e7904", GitTreeState:"clean",
GoVersion:"go1.19.5"}`
--
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]