fierce-rainbow-21947
10/29/2024, 10:55 AMcrd2pulumi
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?hallowed-photographer-31251
10/29/2024, 9:13 PM