We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helm lint
extraObjects
Describe the bug When running helm lint and creating any extra objects using the extraObjects value, helm lint fails with:
[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: helm/helm#10149
The text was updated successfully, but these errors were encountered:
[Triage] Thanks @cyanidium we can get the PR's reviewed and merged for this issue. @peterzhuamazon
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
helm/helm#10149
The text was updated successfully, but these errors were encountered: