This message was deleted.
# kubernetes
s
This message was deleted.
p
adding a bunch of depends on solves it btw
p
normally if you use a resource output when creating another resource, they form a proper dependency chain
just passing it to the constructor of a dependent resource is not enough as Pulumi knows nothing about how your code is structured
only Output -> Input usage forms a proper dependency chain