diff --git a/config/crd/bases/ocs.openshift.io_storageclusters.yaml b/config/crd/bases/ocs.openshift.io_storageclusters.yaml index ed56179eb5..6436cdd938 100644 --- a/config/crd/bases/ocs.openshift.io_storageclusters.yaml +++ b/config/crd/bases/ocs.openshift.io_storageclusters.yaml @@ -6386,6 +6386,10 @@ spec: kmsServerConnectionError: type: string type: object + lastAppliedResourceProfile: + description: LastAppliedResourceProfile is the resource profile that + was last applied successfully & is currently in use. + type: string nodeTopologies: description: NodeTopologies is a list of topology labels on all nodes matching the StorageCluster's placement selector. diff --git a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageclusters.yaml b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageclusters.yaml index ed56179eb5..6436cdd938 100644 --- a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageclusters.yaml +++ b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageclusters.yaml @@ -6386,6 +6386,10 @@ spec: kmsServerConnectionError: type: string type: object + lastAppliedResourceProfile: + description: LastAppliedResourceProfile is the resource profile that + was last applied successfully & is currently in use. + type: string nodeTopologies: description: NodeTopologies is a list of topology labels on all nodes matching the StorageCluster's placement selector. diff --git a/deploy/ocs-operator/manifests/storagecluster.crd.yaml b/deploy/ocs-operator/manifests/storagecluster.crd.yaml index f1e20a52ff..2f37fdcf74 100644 --- a/deploy/ocs-operator/manifests/storagecluster.crd.yaml +++ b/deploy/ocs-operator/manifests/storagecluster.crd.yaml @@ -6385,6 +6385,10 @@ spec: kmsServerConnectionError: type: string type: object + lastAppliedResourceProfile: + description: LastAppliedResourceProfile is the resource profile that + was last applied successfully & is currently in use. + type: string nodeTopologies: description: NodeTopologies is a list of topology labels on all nodes matching the StorageCluster's placement selector.