1 write to HelmChart
Aspire.Hosting.Kubernetes (1)
CertManagerResource.cs (1)
61
HelmChart
= 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)
28
Assert.Equal("cert-manager-chart", certManager.Resource.
HelmChart
.Name);
29
Assert.Equal("oci://quay.io/jetstack/charts/cert-manager", certManager.Resource.
HelmChart
.ChartReference);
30
Assert.StartsWith("v", certManager.Resource.
HelmChart
.ChartVersion);
34
Assert.Equal("true", certManager.Resource.
HelmChart
.Values["crds.enabled"]);
35
Assert.Equal("true", certManager.Resource.
HelmChart
.Values["config.enableGatewayAPI"]);