I've been trying to install Karpenter through helmchart with pulumi, and then right after make a few karpenter custom resources.
Issue I'm currently running into is that the karpenter helm chart creates a webhook, and pulumi doesn't wait long enough for karpenter to be healthy before continuing. I've looked at this
https://www.pulumi.com/blog/improved-kubernetes-await-logic/ but it seems to be limited to k8s resources, and not helm. Any ideas?