nivdann
nivdann
I managed to resolve this issue by removing the http proxy environment variable that was set in my values.yaml as part of the command for my installations need. The problem...
Any updated on this for python monorepo users? as described in the documentations - https://www.pulumi.com/docs/using-pulumi/organizing-projects-stacks/ I want to reuse a component across my projects: ├── project1 │ ├── __main__.py │...
I solved it by using poetry. in pyproject.toml: ``` [tool.poetry] packages = [ { include = "pkg" } ] ``` once done that is created: set poetry env var and...