ashb commented on a change in pull request #4627: [AIRFLOW-3258] K8S executor environment variables section. URL: https://github.com/apache/airflow/pull/4627#discussion_r262857874
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -722,6 +722,19 @@ tolerations = # The Key-value annotations pairs to be given to worker pods. # Should be supplied in the format: key = value +[kubernetes_environment_variables] +# The scheduler mounts the following environment variables into your workers. You may define as +# many environment variables as needed and the kubernetes launcher will mount them in the launched workers. Review comment: ```suggestion # many environment variables as needed and the kubernetes launcher will set them in the launched workers. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
