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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently, the provider supports a number of boolean-typed environment variables. The provider logic only accepts "true" to enable the option, but this is probably overly restrictive.
Hello!
Issue details
Currently, the provider supports a number of boolean-typed environment variables. The provider logic only accepts
"true"
to enable the option, but this is probably overly restrictive.Here is one example, but this pattern is widespread in the provider:
https://github.com/pulumi/pulumi-kubernetes/blob/v3.23.0/provider/pkg/provider/provider.go#L404-L415
Affected area/feature
The text was updated successfully, but these errors were encountered: