Hello, I'm writing an integration test with Typesc...
# general
i
Hello, I'm writing an integration test with Typescript and need to wait for a Helm Chart to complete and the associated resources to be completed. I'm at a loss for how to do that. Anyone have any pointers?
g
You can use
getResource
to reference a resource in the chart, and then use
dependsOn
that resource. https://github.com/pulumi/pulumi-kubernetes/blob/558e73198947dfba9b4e67bc4fa6cc05e376243c/tests/integration/istio/step1/istio.ts#L55-L68