6 references to WithChartDescription
Aspire.Hosting.Kubernetes (2)
HelmChartOptions.cs (1)
269string descriptionValue => WithChartDescription(descriptionValue),
KubernetesEnvironmentResource.cs (1)
64/// Use <see cref="HelmChartOptions.WithChartDescription(string)"/> via
Aspire.Hosting.Kubernetes.Tests (4)
KubernetesDeployTests.cs (4)
190.WithHelm(helm => helm.WithChartDescription("My chart description")); 243helm.WithChartDescription("ACME application chart"); 681Assert.Throws<ArgumentException>(() => helm.WithChartDescription(string.Empty)); 839helm.WithChartDescription("ACME application chart");