2 references to HelmChartDescriptionMaxLength
Aspire.Hosting.Kubernetes (2)
HelmChartOptions.cs (2)
323if (description.Length > HelmChartDescriptionMaxLength) 325throw new ArgumentException($"Helm chart description is invalid. It must be {HelmChartDescriptionMaxLength} characters or fewer.", paramName);