3 writes to HelmChartName
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentExtensions.cs (1)
74HelmChartName = $"{builder.Environment.ApplicationName}-{name}".ToHelmChartName(),
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentExtensions.cs (1)
329HelmChartName = builder.Environment.ApplicationName.ToHelmChartName(),
KubernetesPublishingContext.cs (1)
443environment.HelmChartName = name;
1 reference to HelmChartName
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
413Name = environment.HelmChartName,