Share via


EnvFromSourceV1.Prefix Property

Definition

The prefix to be added to each environment variable name defined by ConfigMapRef or SecretRef. This allows easy identification or grouping of environment variables injected from ConfigMap or Secret sources within the application.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to