You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue and apologies that you're facing it. On the surface, this may appear to be a bug at the SDK level, rather than a bug in the Kubernetes provider. I'll investigate further and report back. Thanks for providing detailed repro steps on this.
What happened?
I have a transform on a helm chart, to simplify things I made it always return
{props, opts}
, it causes issues at preview time.Example
Leads to
(here's the line in oauth2proxy's _helpers.tpl)
Without the transform or if the transform returns undefined, everything works.
Output of
pulumi about
nope
29 │ '@pulumi/kubernetes':
30 │ specifier: ^4.19.0
31 │ version: 4.21.0([email protected])
38 │ '@pulumi/pulumi':
39 │ specifier: ^3.145.0
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: