pulumi-kubernetes icon indicating copy to clipboard operation
pulumi-kubernetes copied to clipboard

Enable the use of the --set-file flag

Open samox73 opened this issue 1 year ago • 1 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

As discussed in this issue in the official Helm repository it is sometimes necessary to supply files for a packaged chart, e.g. each customer of a company needs to supply their own p12 cert file.

While it is possible to write the base64 encoded string into the values, it would make the k8s.helm.v3.Release object more readable if we could make use of the --set-file flag to supply files, which are external to the chart.

Affected area/feature

helm

samox73 avatar Aug 18 '22 07:08 samox73

Along these lines would be the ability to use a Pulumi Asset as a chart "value" to get the asset's content.

EronWright avatar Apr 23 '24 00:04 EronWright