From 2a9126e324e0118f67666ff233b7a24241f50c3c Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Mon, 10 Jun 2024 11:26:43 -0400 Subject: [PATCH] update csv as generated recent TLS changes introduced changes that add content to the generated CSV this patch was created as left over changes after make bundle Signed-off-by: Jon Schlueter --- ...ctavia-operator.clusterserviceversion.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/config/manifests/bases/octavia-operator.clusterserviceversion.yaml b/config/manifests/bases/octavia-operator.clusterserviceversion.yaml index f45e8884..41ce9cc1 100644 --- a/config/manifests/bases/octavia-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/octavia-operator.clusterserviceversion.yaml @@ -23,11 +23,40 @@ spec: displayName: Octavia API kind: OctaviaAPI name: octaviaapis.octavia.openstack.org + specDescriptors: + - description: TLS - Parameters related to the TLS + displayName: TLS + path: tls + - description: API tls type which encapsulates for API services + displayName: API + path: tls.api + - description: Ovn GenericService - holds the secret for the OvnDb client cert + displayName: Ovn + path: tls.ovn version: v1beta1 - description: Octavia is the Schema for the octavia API displayName: Octavia kind: Octavia name: octavias.octavia.openstack.org + specDescriptors: + - description: TLS - Parameters related to the TLS + displayName: TLS + path: octaviaAPI.tls + - description: API tls type which encapsulates for API services + displayName: API + path: octaviaAPI.tls.api + - description: Ovn GenericService - holds the secret for the OvnDb client cert + displayName: Ovn + path: octaviaAPI.tls.ovn + - description: TLS - Parameters related to the TLS + displayName: TLS + path: octaviaHealthManager.tls + - description: TLS - Parameters related to the TLS + displayName: TLS + path: octaviaHousekeeping.tls + - description: TLS - Parameters related to the TLS + displayName: TLS + path: octaviaWorker.tls version: v1beta1 description: Octavia Operator displayName: Octavia Operator