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