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
Get the following error:
vela validate pipeline --template-file nested:template.yml FATA[0000] local template with name nested not included in pipeline templates
Even though nested is referenced in a template.
nested
This could be "fixed" by removing these validation lines in the CLI, but that feels like a missed opportunity.
This issue does not exist in render_inline because the templates slice is kept updated throughout the compilation process.
render_inline
Even though the compilation works, the command fails, making validate essentially worthless if you want to local replace any nested templates.
validate
vela --version
v0.23.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Get the following error:
Even though
nested
is referenced in a template.This could be "fixed" by removing these validation lines in the CLI, but that feels like a missed opportunity.
This issue does not exist in
render_inline
because the templates slice is kept updated throughout the compilation process.Value
Even though the compilation works, the command fails, making
validate
essentially worthless if you want to local replace any nested templates.Useful Information
vela --version
?v0.23.1
The text was updated successfully, but these errors were encountered: