I'm working with the k8s provider and manage my he...
# general
p
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?