diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index 0cbda243..30922c83 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -107,6 +107,9 @@ spec: tower_image: description: Registry path to the application container to use type: string + tower_ee_image: + description: Registry path to the Execution Environment container to use + type: string tower_image_pull_policy: description: The image pull policy type: string diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 58e2c141..822de43c 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -258,6 +258,9 @@ spec: tower_image: description: Registry path to the application container to use type: string + tower_ee_image: + description: Registry path to the Execution Environment container to use + type: string tower_image_pull_policy: description: The image pull policy type: string diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index 0cbda243..30922c83 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -107,6 +107,9 @@ spec: tower_image: description: Registry path to the application container to use type: string + tower_ee_image: + description: Registry path to the Execution Environment container to use + type: string tower_image_pull_policy: description: The image pull policy type: string