Config Map Env Source Patch Args
data class ConfigMapEnvSourcePatchArgs(val name: Output<String>? = null, val optional: Output<Boolean>? = null) : ConvertibleToJava<ConfigMapEnvSourcePatchArgs>
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.