A pod named 'web-app' is running but has no environment variables. The developer wants to inject a variable 'DB_URL=postgres://db:5432' from a ConfigMap named 'db-config'. Which pod spec snippet correctly achieves this?
Select one:
CNCF often tests the distinction between `envFrom` (which imports all keys) and `valueFrom.configMap...