https://pulumi.com logo
i

incalculable-engineer-92975

10/17/2019, 4:56 PM
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

gorgeous-egg-16927

10/17/2019, 5:08 PM
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