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