Deployment .spec .template .spec .initContainers .envFrom
EnvFromSource represents the source of a set of ConfigMaps
| Description | |
|---|---|
| configMapRef 🔗 ConfigMapEnvSource | The ConfigMap to select from |
| prefix string | An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. |
| secretRef 🔗 SecretEnvSource | The Secret to select from |