VolumeV1.ConfigMap 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 Kubernetes ConfigMap volume source configuration.
[YamlDotNet.Serialization.YamlMember(Alias="configMap")]
public Aspire.Hosting.Kubernetes.Resources.ConfigMapVolumeSourceV1? ConfigMap { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="configMap")>]
member this.ConfigMap : Aspire.Hosting.Kubernetes.Resources.ConfigMapVolumeSourceV1 with get, set
Public Property ConfigMap As ConfigMapVolumeSourceV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The ConfigMap property allows mounting a Kubernetes ConfigMap as a volume within a container. It enables accessing key-value data from a ConfigMap directly within the container's file system.