PodTemplate .template .spec .containers .envFrom
EnvFromSource represents the source of a set of ConfigMaps or Secrets
| Description | |
|---|---|
| configMapRef 🔗 ConfigMapEnvSource | The ConfigMap to select from |
| prefix string | Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER. |
| secretRef 🔗 SecretEnvSource | The Secret to select from |