Not sure if this is the right place to ask. I have...
# kubernetes
r
Not sure if this is the right place to ask. I have EKS setup with pulumi, but I would like to deploy a set of infrastructure application as part of the cluster configuration. Instead of install each individual helm charts using pulumi helm chart provider, I am trying to deploy them using Helmfile. Is there any way that I can integrate helmfile into pulumi workflow, say I want to automatically trigger "helmfile sync" as part of "pulumi up" and "helmfile destroy" as part of "pulumi destroy"? Has anybody done this before? How do you do it?