Is there anyway with `crd2pulumi` to have more con...
# kubernetes
w
Is there anyway with
crd2pulumi
to have more control over the package.json for example? I'm trying to automate CRD generation and pushing a public npm package. Right now I don't see any way of editing that pre-defined package.json, other than programmatically editing post generation?
q
Sadly not. A few of us have run into this though. Definitely need a solution for more control
w
OK cool thanks, not too laborious to wrangle it in a script. It would probably even just be fine to not overwrite, right now the options are just overwrite, or fail. An ignore would be great (then only need to update the version).
If I get some time I'll throw a PR / issue for comment.