I have a helm chart with a `"<http://helm.sh/hook|...
# general
r
I have a helm chart with a
"<http://helm.sh/hook|helm.sh/hook>": crd-install  annotation
. Pulumi just skips that resource entirely. How do you install CRDs with pulumi and helm v3? It seems to entirely ignore what is in the crds directory. Pulumi logs this several times: manifest_sorter.go175 info: skipping unknown hook: “crd-install” I’m not seeing that file in pulumi-kubernetes, so I assume it is coming directly from helm template.