https://pulumi.com logo
#general
Title
# general
p

proud-chef-51117

09/29/2023, 5:06 AM
I'm working with the k8s provider and manage my helm charts with pulumi (golang). I want to distribute the binary/installer of my application also for air-gapped environments. Therefor I'd need to bundle (golangs
embed
) the charts. Right now there is only the option to set a
Path
in the Helms ChartArgs (see https://github.com/pulumi/pulumi-kubernetes/blob/master/sdk/go/kubernetes/helm/v3/chartPulumiTypes.go#L153 ). Will you support
embed
in the near future? Or should I create a feature request ticket?