3 references to MaxResourceNameLength
Aspire.Hosting.Kubernetes (3)
CertManagerExtensions.cs (3)
93if (name.Length > MaxResourceNameLength - ChartNameSuffix.Length) 96$"cert-manager resource name '{name}' is too long. The maximum length is {MaxResourceNameLength - ChartNameSuffix.Length} characters because " + 97$"a companion Helm chart resource is registered as '{{name}}{ChartNameSuffix}' which must itself fit within the {MaxResourceNameLength}-character Aspire resource name limit.",