HelmChartDependency.ImportValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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