From 3f2bb3e5db3af48538a1d1da7e416b25cfb7cd24 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Sat, 1 May 2021 08:18:13 -0400 Subject: [PATCH] Regenerate files --- 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 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