Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve
helm lint
invalid Yaml error
If using `extraObjects`, the generated manifest fails `helm lint` with: ```shell [ERROR] templates/extraManifests.yaml: unable to parse YAML: invalid Yaml document separator: apiVersion: apps/v1 ``` This is a known issue [1] just with the go templates used for helm lint and doesn't apply to the actual template that is applied. The fix [2] is to make the whitespace work for both commands. [1] helm/helm#10149 [2] helm/helm#10149 (comment) Signed-off-by: Martin Rowe <[email protected]>
- Loading branch information