1 write to HelmChart
Aspire.Hosting.Kubernetes (1)
CertManagerResource.cs (1)
61HelmChart = helmChart;
7 references to HelmChart
Aspire.Hosting.Kubernetes (2)
CertManagerExtensions.cs (1)
77/// <see cref="CertManagerResource.HelmChart"/>.
CertManagerResource.cs (1)
25/// <c>"{name}"</c> identifier) and is exposed via <see cref="HelmChart"/> for advanced
Aspire.Hosting.Kubernetes.Tests (5)
CertManagerTests.cs (5)
28Assert.Equal("cert-manager-chart", certManager.Resource.HelmChart.Name); 29Assert.Equal("oci://quay.io/jetstack/charts/cert-manager", certManager.Resource.HelmChart.ChartReference); 30Assert.StartsWith("v", certManager.Resource.HelmChart.ChartVersion); 34Assert.Equal("true", certManager.Resource.HelmChart.Values["crds.enabled"]); 35Assert.Equal("true", certManager.Resource.HelmChart.Values["config.enableGatewayAPI"]);