kubernetes v1.34

PodTemplateSpec.spec.ephemeralContainers.envFrom

EnvFromSource represents the source of a set of ConfigMaps or Secrets

3 fields
PodTemplateSpec.spec.ephemeralContainers.envFrom fields and descriptions
Field / TypeDescription
ConfigMapEnvSource

The ConfigMap to select from

prefix
string

Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.

SecretEnvSource

The Secret to select from