My understanding that besides generating templates...
# general
f
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?