2 references to HelmReleaseNameMaxLength
Aspire.Hosting.Kubernetes (2)
Deployment\HelmDeploymentEngine.cs (2)
93if (releaseName.Length > HelmReleaseNameMaxLength || !DnsLabelPattern().IsMatch(releaseName)) 97$"start and end with an alphanumeric character, and stay within {HelmReleaseNameMaxLength} characters. " +