Hey! Just got started with Pulumi, got myself a He...
# dotnet
a
Hey! Just got started with Pulumi, got myself a HelmRelease and trying to map Values correctly. What is the proper/to go way to set an type of array in Values?
w
I don't know about the proper way but this is what I do: https://github.com/gitfool/Pulumi.Dungeon/blob/main/K8s/K8sStack.cs (Note the workaround for https://github.com/pulumi/pulumi-dotnet/issues/23)