Skip to content
Docs Try Aspire
Docs Try

ConfigMapEnvSourceV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
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
{
// ...
}