6 references to WithChartDescription
Aspire.Hosting.Kubernetes (2)
HelmChartOptions.cs (1)
269string descriptionValue => WithChartDescription(descriptionValue),
KubernetesEnvironmentResource.cs (1)
62/// 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"); 713Assert.Throws<ArgumentException>(() => helm.WithChartDescription(string.Empty)); 871helm.WithChartDescription("ACME application chart");