From e55d83ffa0741cee8e9d2612578ed69fd4ec3a68 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 27 Apr 2021 15:53:02 -0400 Subject: [PATCH] Add templated EE volume mount var to operator config --- deploy/awx-operator.yaml | 5 +++++ deploy/crds/awx_v1beta1_crd.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index d3d1c250..97da8c5b 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -216,9 +216,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 f91d7e48..17f07c18 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -214,9 +214,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