From 9cc8aeeb4b3f01e1b6682ac98370fefa2b8bed4d Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Fri, 18 Jun 2021 13:49:08 -0400 Subject: [PATCH] Enhance ee documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 025e5a6b..866ffdc9 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 @@ -660,6 +662,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