Anyone have a chance to just try this for me? Ever...
# dotnet
l
Anyone have a chance to just try this for me? Every time I get the protocol message had too many levels of nesting error, would love if someone could just confirm that they aren't getting that error
Copy code
using Pulumi.Kubernetes.Helm.V3;
using Pulumi.Kubernetes.Yaml;
using Pulumi.Kubernetes.Types.Inputs.Core.V1;
using Pulumi.Kubernetes.Types.Inputs.Meta.V1;
using Pulumi.Kubernetes.Types.Inputs.Helm.V3;

var applyCrds = new ConfigFile("applyCertManagerCrds", new ConfigFileArgs
        {
            File = "<https://github.com/cert-manager/cert-manager/releases/download/v1.15.2/cert-manager.crds.yaml>"
        });
also tried using Pulumi.Kubernetes.Yaml.V2; and same issue
f
hey would you be able to file an issue in pulumi-kubernetes for this? maybe ref https://github.com/pulumi/pulumi/issues/4224 as well
l
yes
❤️ 1