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_r262857977
 
 

 ##########
 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.
+# Environment variables in this section are defined as follows
+#     <environment_variable_key> = <environment_variable_value>
+#
+# For example if you wanted to mount an environment variable with value `prod` 
and key
 
 Review comment:
   ```suggestion
   # For example if you wanted to set an environment variable with value `prod` 
and key
   ```

----------------------------------------------------------------
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

Reply via email to