diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 5e815415..06fe0cca 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -221,9 +221,14 @@ spec: type: string tower_web_extra_env: type: string + tower_ee_extra_volume_mounts: + description: Specify volume mounts to be added to Execution container + type: string tower_task_extra_volume_mounts: + description: Specify volume mounts to be added to Task container type: string tower_web_extra_volume_mounts: + description: Specify volume mounts to be added to the Web container type: string tower_redis_image: description: Registry path to the redis container to use diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index 42efc911..a678bd9e 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -219,9 +219,14 @@ spec: type: string tower_web_extra_env: type: string + tower_ee_extra_volume_mounts: + description: Specify volume mounts to be added to Execution container + type: string tower_task_extra_volume_mounts: + description: Specify volume mounts to be added to Task container type: string tower_web_extra_volume_mounts: + description: Specify volume mounts to be added to the Web container type: string tower_redis_image: description: Registry path to the redis container to use