Fixes an issue with how yq was splitting the yaml previously. Attempting to split out a particular CRD was not adding the .yml extension, but upgrading to the latest YQ and specifying that I want the .yaml file extension explicitly in the expression seems to have resolved that issue.
Fixes an issue with how yq was splitting the yaml previously. Attempting to split out a particular CRD was not adding the
.yml
extension, but upgrading to the latest YQ and specifying that I want the.yaml
file extension explicitly in the expression seems to have resolved that issue.See issue https://github.com/mikefarah/yq/issues/1165