From ecbb16960fca8ea85fb1bfedbc662dc5426eae74 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Fri, 9 Feb 2024 23:22:56 -0500 Subject: [PATCH] Remove empty statusDescriptor because it fails validation (#1708) --- .../manifests/bases/awx-operator.clusterserviceversion.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/manifests/bases/awx-operator.clusterserviceversion.yaml b/config/manifests/bases/awx-operator.clusterserviceversion.yaml index ed24579f..f99844ff 100644 --- a/config/manifests/bases/awx-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/awx-operator.clusterserviceversion.yaml @@ -58,7 +58,6 @@ spec: path: ingress_controller x-descriptors: - urn:alm:descriptor:com.tectonic.ui:text - statusDescriptors: {} version: v1alpha1 - description: Back up a deployment of the awx, including jobs, inventories, and credentials @@ -637,8 +636,8 @@ spec: x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - urn:alm:descriptor:com.tectonic.ui:hidden - - displayName: Postgres Extra Volumes - description: Specify extra volumes to add to the postgres pod + - description: Specify extra volumes to add to the postgres pod + displayName: Postgres Extra Volumes path: postgres_extra_volumes x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced