crossplane-contrib / x-generation

generate compositions from crossplane provider crds
Apache License 2.0
44 stars 18 forks source link

relative paths in generator-config.yaml #22

Open markussiebert opened 1 year ago

markussiebert commented 1 year ago

What problem are you facing?

I wan't to maintain my provider and the xresources in the same git repository and build both in my ci environment. For this, I don't set filesystem paths in the generator-config.yaml. At the moment, it's not possible to use relative paths pointing to the crd directory. They have to be absolut paths beginning with /. It would be great if relative paths were possible.