EnvFromSourceV1.ConfigMapRef 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 a reference to a ConfigMap resource that is used to populate the environment variables within a container. It provides key-value pairs from the specified ConfigMap for use as environment variable values.
[YamlDotNet.Serialization.YamlMember(Alias="configMapRef")]
public Aspire.Hosting.Kubernetes.Resources.ConfigMapEnvSourceV1? ConfigMapRef { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="configMapRef")>]
member this.ConfigMapRef : Aspire.Hosting.Kubernetes.Resources.ConfigMapEnvSourceV1 with get, setPublic Property ConfigMapRef As ConfigMapEnvSourceV1Property Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute