Hi, I used `crd2pulumi` to package the FluxCD CRDs...
# general
f
Hi, I used
crd2pulumi
to package the FluxCD CRDs into a python package (hosted on our [GitLab](https://gitlab.desy.de/cloud-public/pulumi-fluxcd). I can use it in the pulumi codebase (we use poetry to manage dependencies and it installs the python package) but when I run
pulumi plugin install
it tries to download a plugin for fluxcd and fails (of course, it doesn't exist). How can I tell pulumi that the
import pulumi_fluxcd as fluxcd
does not require a plugin?
h
hi @fierce-rainbow-21947, can you confirm you’re using the latest version (1.5.3) of crd2pulumi to generate these?