Skip to main content
Knowledge Base

Saving computed helm chart

Answer

Howdy! We currently leverage the k8s-service module that in turn computes a helm chart that deploys our applications to EKS. https://github.com/gruntwork-io/terraform-aws-service-catalog We are looking into using Argo CD for future GitOps management and at present it does not integrate with Terragrunt files. Is there a way to have the module save the computed output to the filesystem? As in, save our helm chart to the filesystem so we can manage it outside of Terragrunt once the actual infrastructure is stood up?

Actually just found this https://github.com/gruntwork-io/helm-kubernetes-services/tree/master/charts/k8s-service. Closing this out as this answers my question :D