Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused
urn
output for helm Chart resources (#2685)
### Proposed changes Pulumi v3.95 enforces strict validation that reserves `urn` and `id` for their own usage. The `urn` output field in the helm Chart resource is actually unused, and being shadowed by the underlying Pulumi `urn` anyway. Removing this field will have no user facing impacts. I have confirmed that running `pulumi --logtostderr package get-schema kubernetes` passes using the locally built provider binary from this PR. ### Related issues (optional) Fixes: #2683
- Loading branch information