Skip to content
Docs Try Aspire

ConfigMapEnvSourceV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
ConfigMapEnvSourceV1 represents a reference to a ConfigMap that provides key-value pair data for environment variables. The specified ConfigMap is used to populate the environment variables in a container.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ConfigMapEnvSourceV1
{
// ...
}