4 references to ChartNameSuffix
Aspire.Hosting.Kubernetes (4)
CertManagerExtensions.cs (4)
93
if (name.Length > MaxResourceNameLength -
ChartNameSuffix
.Length)
96
$"cert-manager resource name '{name}' is too long. The maximum length is {MaxResourceNameLength -
ChartNameSuffix
.Length} characters because " +
97
$"a companion Helm chart resource is registered as '{{name}}{
ChartNameSuffix
}' which must itself fit within the {MaxResourceNameLength}-character Aspire resource name limit.",
107
var chartName = $"{name}{
ChartNameSuffix
}";