Skip to content

Commit

Permalink
update CSV with tls
Browse files Browse the repository at this point in the history
recent changes didn't update the CSV yaml file.

This updates to match what make bundle modifies things with

Signed-off-by: Jon Schlueter <jschluet@redhat.com>
  • Loading branch information
yazug committed Mar 20, 2024
1 parent 48988a5 commit 2d81f08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/manifests/bases/ovn-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d81f08

Please sign in to comment.