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
When an empty yaml file is loaded - kd will error rather than move on e.g.:
# Some comment --- yaml_key_start: bob
The template above will result in error:
[ERROR] 2019/01/22 15:02:52 main.go:241: error: no objects passed to apply
The text was updated successfully, but these errors were encountered:
I'd find it useful if we could add a flag to permit this. As yaml is easier than code, I've got a few yaml files with things like:
--- {{ .if PRODUCTION }} key: value {{ end }} ...
These resolve to an empty yaml file so return an error, whereas I'd like them to skip straight over.
Sorry, something went wrong.
No branches or pull requests
When an empty yaml file is loaded - kd will error rather than move on e.g.:
The template above will result in error:
The text was updated successfully, but these errors were encountered: