Skip to content
DocsTry Aspire
DocsTry

HelmReleaseResource Properties

ClassProperties3 members
Represents a Helm chart release installed into a k3s cluster.
Gets the Kubernetes namespace the chart is installed into.
public string Namespace { get; }
Gets the parent resource of type K3sClusterResource.
public K3sClusterResource Parent { get; }
Gets the Helm release name passed to helm upgrade --install.
public string ReleaseName { get; }