KindHelmChartResource
Classnet10.0
A Helm chart deployed to a Kind cluster.
namespace Aspire.Hosting.ApplicationModel;
public class KindHelmChartResource : Aspire.Hosting.ApplicationModel.KindDeployedResource{ // ...}6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesChartRefgetstring Gets the chart reference passed to
helm install. ReleaseNamegetstring Gets the Helm release name. Defaults to the resource name.
ValuesgetDictionary<string, string> Gets the inline Helm values (each maps to
--set key=value). ValuesFilesgetList<string> Gets the paths to values files (each maps to
-f path). Versionget; setstring? Gets or sets the Helm chart version (maps to
--version). When null, Helm uses the latest version.