You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "frascu (via GitHub)" <gi...@apache.org> on 2023/02/08 10:36:01 UTC

[GitHub] [tika-helm] frascu opened a new pull request, #7: Fix invalid yaml document when `helm lint` is executed

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: dev-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tika-helm] frascu closed pull request #7: Fix invalid yaml document when `helm lint` is executed

Posted by "frascu (via GitHub)" <gi...@apache.org>.
frascu closed pull request #7: Fix invalid yaml document when `helm lint` is executed
URL: https://github.com/apache/tika-helm/pull/7


-- 
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: dev-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org