2 writes to HelmChartName
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentExtensions.cs (1)
40HelmChartName = builder.Environment.ApplicationName.ToHelmChartName()
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
180.WithProperties(k => k.HelmChartName = "my-chart");
2 references to HelmChartName
Aspire.Hosting.Kubernetes (2)
KubernetesPublishingContext.cs (1)
183Name = environment.HelmChartName,
KubernetesResource.cs (1)
113["app.kubernetes.io/name"] = Parent.HelmChartName,