I’m having a very difficult time recent days speci...
# general
o
I’m having a very difficult time recent days specially when installing helm charts, my use case has some dependencies on these charts. Expected behaviour is all the dependencies should install sequentially but here it’s opposite. I feel like I don’t have control on what should get installed next. I’m using
depends_on
to manage dependencies. For some charts
depends_on
can have Chart, Output[Chart] and Output[Command] as dependencies. Documentation is not that extensive to address such issues. And I would also like to know about
ready
state in Chart outputs. When I use it, my program halts for a very long time. I use python and pulumi automation api.