add airflow.extraEnvFrom
value
#514
Labels
kind/enhancement
kind - new features or changes
status/needs-discussion
status - this needs discussion
Checks
Motivation
Currently, I have Configmaps and Secrets set up for my cluster. The problem is, to access all of these as environment variables, I need to manually add each a separate
env
entry, which is very tedious. By adding envFrom as a field to values.yml, I can use the envFrom field to my advantage.Implementation
Add this block:
to
pods.tpl
after Line 406 (in the block whereairflow.envFrom
is definedAre you willing & able to help?
The text was updated successfully, but these errors were encountered: