5 references to WithReleaseName
Aspire.Hosting.Kubernetes (1)
HelmChartOptions.cs (1)
123string releaseNameValue => WithReleaseName(releaseNameValue),
Aspire.Hosting.Kubernetes.Tests (4)
KubernetesDeployTests.cs (4)
73.WithHelm(helm => helm.WithReleaseName("my-release")); 106helm.WithReleaseName("my-app"); 680Assert.Throws<ArgumentException>(() => helm.WithReleaseName(string.Empty)); 786Assert.Throws<ArgumentException>(() => helm.WithReleaseName(value));