Share via


HelmChartDependency.Alias Property

Definition

Gets or sets the alias for the Helm chart dependency. The alias is an optional identifier that can be used to reference or override the default name of the dependency.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to