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 <[email protected]>
  • Loading branch information
yazug committed Mar 20, 2024
1 parent 56eccf0 commit 95436da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/manifests/bases/ironic-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,31 @@ spec:
displayName: Ironic API
kind: IronicAPI
name: ironicapis.ironic.openstack.org
specDescriptors:
- description: TLS - Parameters related to the TLS
displayName: TLS
path: tls
version: v1beta1
- description: IronicConductor is the Schema for the ironicconductors Conductor
displayName: Ironic Conductor
kind: IronicConductor
name: ironicconductors.ironic.openstack.org
specDescriptors:
- description: TLS - Parameters related to the TLS
displayName: TLS
path: tls
version: v1beta1
- description: Ironic is the Schema for the ironics API
displayName: Ironic
kind: Ironic
name: ironics.ironic.openstack.org
specDescriptors:
- description: TLS - Parameters related to the TLS
displayName: TLS
path: ironicAPI.tls
- description: TLS - Parameters related to the TLS
displayName: TLS
path: ironicInspector.tls
version: v1beta1
description: Ironic Operator
displayName: Ironic Operator
Expand Down

0 comments on commit 95436da

Please sign in to comment.