Hey all, I have a question about Pulumi nodejs run...
# kubernetes
l
Hey all, I have a question about Pulumi nodejs runtimes. If I want to run a NodeJS function to retrieve some data and save some helm chart files to a directory, is there a way to have a Kubernetes Helm Chart wait on those files/directories to be created before applying them to a Kubernetes cluster? i.e. I have helm charts, not in a remote repository, that I want to retrieve/unzip/apply via Kubernetes Helm Chart resource. What is the best way to do this with Pulumi? (I have the logic to retrieve and unzip the necessary files)