https://pulumi.com logo
f

faint-vegetable-61837

03/27/2019, 5:20 PM
My understanding that besides generating templates, helm will wait until resource with helm.sh/hook: crd-install" annotations are successfully created before creating other resources, eg it defines implicit dependency:
Copy code
Hooks allow you, the chart developer, an opportunity to perform operations at strategic points in a release lifecycle
This is done on Tiller - is pulumi doing the same?