次の方法で共有


HelmChartDependency.ImportValues Property

Definition

Represents the list of values to be imported into the Helm chart dependency. These values are used to override or supplement configuration settings within the chart.

[YamlDotNet.Serialization.YamlMember(Alias="import-values")]
public System.Collections.Generic.List<string> ImportValues { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="import-values")>]
member this.ImportValues : System.Collections.Generic.List<string> with get, set
Public Property ImportValues As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to