Exporting environment variables to containers
Exporting Environment Variables to Containers¶
If you need to export custom environment variables to your containers.
| Name | Description | Default |
|---|---|---|
| task_extra_env | Environment variables to be added to Task container | '' |
| web_extra_env | Environment variables to be added to Web container | '' |
| rsyslog_extra_env | Environment variables to be added to Rsyslog container | '' |
| ee_extra_env | Environment variables to be added to EE container | '' |
:warning: The
ee_extra_envwill only take effect to the globally available Execution Environments. For customee, please customize the Pod spec.
Example configuration of environment variables