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