```apps.ts(126,13): error TS2345: Argument of type...
# general
b
Copy code
apps.ts(126,13): error TS2345: Argument of type 'Namespace' is not assignable to parameter of type 'Input<string> | Namespace'.
      Type 'import("node_modules/@pulumi/kubernetes/provider").core.v1.Namespace' is not assignable to type 'import("node_modules/@mypackages/pulumi-aad-pod-identity/node_modules/@pulumi/kubernetes/provider").core.v1.Namespace'.
        Types have separate declarations of a private property '__inputs'.
Seems to be a breaking change in the latest pulumi/kubernetes update