mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-17 23:28:01 +02:00
The current envVars construct only allows single keys in a configMap or secret to be used as environment variables. This commits keeps this functionality for backwards compatibility, but adds another envFrom variable that allows using all keys in a secret or configMap as environment variables. Signed-off-by: Johannes Kastl <git@johannes-kastl.de>