From 2d81f08d6ed6fc75178f81e8eaeee3a2b76a9d94 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Wed, 20 Mar 2024 16:51:32 -0400 Subject: [PATCH] update CSV with tls recent changes didn't update the CSV yaml file. This updates to match what make bundle modifies things with Signed-off-by: Jon Schlueter --- .../bases/ovn-operator.clusterserviceversion.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/manifests/bases/ovn-operator.clusterserviceversion.yaml b/config/manifests/bases/ovn-operator.clusterserviceversion.yaml index 59210e67..eeb604fd 100644 --- a/config/manifests/bases/ovn-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/ovn-operator.clusterserviceversion.yaml @@ -17,16 +17,28 @@ spec: displayName: OVNController kind: OVNController name: ovncontrollers.ovn.openstack.org + specDescriptors: + - description: TLS - Parameters related to TLS + displayName: TLS + path: tls version: v1beta1 - description: OVNDBCluster is the Schema for the ovndbclusters API displayName: OVNDBCluster kind: OVNDBCluster name: ovndbclusters.ovn.openstack.org + specDescriptors: + - description: TLS - Parameters related to TLS + displayName: TLS + path: tls version: v1beta1 - description: OVNNorthd is the Schema for the ovnnorthds API displayName: OVNNorthd kind: OVNNorthd name: ovnnorthds.ovn.openstack.org + specDescriptors: + - description: TLS - Parameters related to TLS + displayName: TLS + path: tls version: v1beta1 description: OVN Operator displayName: OVN Operator