diff --git a/README.md b/README.md index 8bd2c882..8a44b4c2 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,8 @@ In a scenario where custom volumes and volume mounts are required to either over | task_extra_volume_mounts | Specify volume mounts to be added to Task container | '' | | ee_extra_volume_mounts | Specify volume mounts to be added to Execution container | '' | +> :warning: The `ee_extra_volume_mounts` and `extra_volumes` will only take effect to the globally available Execution Environments. For custom `ee`, please [customize the Pod spec](https://docs.ansible.com/ansible-tower/latest/html/administration/external_execution_envs.html#customize-the-pod-spec). + Example configuration for ConfigMap #### Default execution environments from private registries @@ -679,6 +681,8 @@ If you need to export custom environment variables to your containers. | web_extra_env | Environment variables to be added to Web container | '' | | ee_extra_env | Environment variables to be added to EE container | '' | +> :warning: The `ee_extra_env` will only take effect to the globally available Execution Environments. For custom `ee`, please [customize the Pod spec](https://docs.ansible.com/ansible-tower/latest/html/administration/external_execution_envs.html#customize-the-pod-spec). + Example configuration of environment variables ```yaml