Share via


HelmChartDependency.Condition Property

Definition

Gets or sets the condition associated with the Helm chart dependency. The condition is used to control whether this dependency is enabled or disabled based on specific criteria or flags defined in the Helm values.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to