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 cb0469c774..4a0273d580 100644 --- a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml +++ b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml @@ -72,21 +72,20 @@ spec: clusterId: description: ClusterID is the id of the openshift cluster type: string + namespacedName: + description: NamespacedName is the name and namespace of the StorageClient + type: string operatorVersion: description: StorageClient Operator Version type: string platformVersion: description: StorageClient Platform Version type: string - storageClientNamespacedName: - description: StorageClientNamespacedName is the name and namespace - of the StorageClient - type: string required: - clusterId + - namespacedName - operatorVersion - platformVersion - - storageClientNamespacedName type: object lastHeartbeat: description: Timestamp of last heartbeat received from consumer diff --git a/deploy/ocs-operator/manifests/storageconsumer.crd.yaml b/deploy/ocs-operator/manifests/storageconsumer.crd.yaml index 94f8c9a80d..8b43aa1572 100644 --- a/deploy/ocs-operator/manifests/storageconsumer.crd.yaml +++ b/deploy/ocs-operator/manifests/storageconsumer.crd.yaml @@ -71,21 +71,20 @@ spec: clusterId: description: ClusterID is the id of the openshift cluster type: string + namespacedName: + description: NamespacedName is the name and namespace of the StorageClient + type: string operatorVersion: description: StorageClient Operator Version type: string platformVersion: description: StorageClient Platform Version type: string - storageClientNamespacedName: - description: StorageClientNamespacedName is the name and namespace - of the StorageClient - type: string required: - clusterId + - namespacedName - operatorVersion - platformVersion - - storageClientNamespacedName type: object lastHeartbeat: description: Timestamp of last heartbeat received from consumer