From 7ea60efe3e7e621bb24e96a284359dee0338ee6c Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Fri, 25 Jun 2021 11:36:36 +0200 Subject: [PATCH] olm-catalog: Add missing custom trusted CA related fields Signed-off-by: Julen Landa Alustiza --- .../awx-operator.clusterserviceversion.yaml | 17 +++++++++++++++++ 1 file changed, 17 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 7d4768ac..b5fbbea7 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml @@ -535,6 +535,23 @@ spec: x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - urn:alm:descriptor:com.tectonic.ui:hidden + - description: Registry path to the init container to use + displayName: Init Container Image + path: init_container_image + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:advanced + - urn:alm:descriptor:com.tectonic.ui:hidden + - description: Init container image version to use + displayName: Init Container Image Version + path: init_container_image + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:advanced + - urn:alm:descriptor:com.tectonic.ui:hidden + - description: Secret where can be found the trusted Certificate Authority Bundle + path: bundle_cacert_secret + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:advanced + - urn:alm:descriptor:io.kubernetes:Secret statusDescriptors: - description: Route to access the instance deployed displayName: URL