From 3379dbed84f4fb894d2afcca8c3fad08b12c8b3e Mon Sep 17 00:00:00 2001 From: raaizik <132667934+raaizik@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:41:31 +0200 Subject: [PATCH] fix --- .../crds/ocs/ocs.openshift.io_storageconsumers.yaml | 4 ++++ deploy/ocs-operator/manifests/storageconsumer.crd.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml index 4a0273d580..63512f2e08 100644 --- a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml +++ b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml @@ -72,6 +72,9 @@ spec: clusterId: description: ClusterID is the id of the openshift cluster type: string + clusterName: + description: ClusterName is the name of the openshift cluster + type: string namespacedName: description: NamespacedName is the name and namespace of the StorageClient type: string @@ -83,6 +86,7 @@ spec: type: string required: - clusterId + - clusterName - namespacedName - operatorVersion - platformVersion diff --git a/deploy/ocs-operator/manifests/storageconsumer.crd.yaml b/deploy/ocs-operator/manifests/storageconsumer.crd.yaml index 8b43aa1572..8f241f0f26 100644 --- a/deploy/ocs-operator/manifests/storageconsumer.crd.yaml +++ b/deploy/ocs-operator/manifests/storageconsumer.crd.yaml @@ -71,6 +71,9 @@ spec: clusterId: description: ClusterID is the id of the openshift cluster type: string + clusterName: + description: ClusterName is the name of the openshift cluster + type: string namespacedName: description: NamespacedName is the name and namespace of the StorageClient type: string @@ -82,6 +85,7 @@ spec: type: string required: - clusterId + - clusterName - namespacedName - operatorVersion - platformVersion