Share via


HelmChart.Description Property

Definition

Gets or sets the description of the Helm Chart. This provides a brief summary or details about the chart's purpose and functionality.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to