Share via


HelmChart.Home Property

Definition

Gets or sets the URL of the Helm chart's home page or project website.

[YamlDotNet.Serialization.YamlMember(Alias="home")]
public string? Home { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="home")>]
member this.Home : string with get, set
Public Property Home As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property typically contains a reference to the home page or documentation site for the Helm chart, providing users with additional resources or information about the chart.

Applies to