Closed cyanidium closed 1 month ago
Describe the bug When running helm lint and creating any extra objects using the extraObjects value, helm lint fails with:
helm lint
extraObjects
[ERROR] templates/extraManifests.yaml: unable to parse YAML: invalid Yaml document separator: apiVersion: apps/v1
To Reproduce Steps to reproduce the behavior:
helm list -f values.yaml charts/opensearch
Expected behavior There should be no errors during linting.
Chart Name opensearch
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context This is a known issue with helm and only affects linting, not the applied templates: https://github.com/helm/helm/issues/10149
[Triage] Thanks @cyanidium we can get the PR's reviewed and merged for this issue. @peterzhuamazon
Describe the bug When running
helm lint
and creating any extra objects using theextraObjects
value,helm lint
fails with:To Reproduce Steps to reproduce the behavior:
extraObjects
definedhelm list -f values.yaml charts/opensearch
from the repo top levelExpected behavior There should be no errors during linting.
Chart Name opensearch
Screenshots If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context This is a known issue with helm and only affects linting, not the applied templates: https://github.com/helm/helm/issues/10149