Share via


HelmChartDependency.Repository Property

Definition

Gets or sets the repository URL or ___location where the Helm chart dependency is located.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to