From baeb822c397d455e1445a0365cb4a4d1675c917f Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 15 Jun 2021 09:57:26 +0200 Subject: [PATCH] olm-catalog: Add missing control_plane_ee_image --- .../manifests/awx-operator.clusterserviceversion.yaml | 6 ++++++ .../awx-operator/manifests/awx.ansible.com_awxs_crd.yaml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml index 35db142f..1913653a 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml @@ -450,6 +450,12 @@ spec: x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - urn:alm:descriptor:com.tectonic.ui:hidden + - description: Registry path to the Execution Environment container to use on control plane pods + displayName: Control Plane EE Image + path: control_plane_ee_image + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:advanced + - urn:alm:descriptor:com.tectonic.ui:hidden - description: EE Images Pull Credentials Secret displayName: EE Images Pull Credentials Secret path: ee_pull_credentials_secret diff --git a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml index d6887fe3..99e2b6c4 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml @@ -65,6 +65,9 @@ spec: ee_pull_credentials_secret: description: Secret where pull credentials for registered ees can be found type: string + control_plane_ee_image: + description: Registry path to the Execution Environment container image to use on control plane pods + type: string extra_settings: description: Extra settings to specify for the API items: