https://pulumi.com logo
Title
s

sticky-horse-12214

12/06/2022, 9:25 PM
@gorgeous-egg-16927 I'm working on implementing the changes we worked on in this PR that have now been released, but I'm realizing that I may have failed to expose the
allow_null_values
argument in the
helm.Release
object in the python SDK. Does that argument need to be added to that SDK manually or did I missing something in the build process?
It does seem to be available as an arg in java, .net, node, and go SDKs. I see
allow_null_values
as a property in the Python SDK, but not as an argument to
Release
Oh, wait. I think we forgot to add it to the InputProperties in the schema
s

sticky-horse-12214

12/06/2022, 10:10 PM
Gotcha- I'll PR that shortly
Thanks!
Ok @gorgeous-egg-16927 https://github.com/pulumi/pulumi-kubernetes/pull/2255 is there when you're ready for it