Are there any plans to create utilities in Pulumi ...
# general
t
Are there any plans to create utilities in Pulumi to help with authoring helm charts? It would be amazing to write charts using code rather than YAML + go templates.
g
You can easily write the moral equivalent of helm charts using programming language features like classes and functions, but we don’t have current plans to support helm chart authoring. On the flip side, we do have a lot of users who use Pulumi to manage existing helm charts. The
transformations
feature in particular is useful for programmatically modifying chart resources.