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