From 56319444f3c20f6898b55f0d18dcb1c43d00fa44 Mon Sep 17 00:00:00 2001 From: Leela Venkaiah G Date: Fri, 5 Apr 2024 11:58:58 +0530 Subject: [PATCH] bundle: update bundle to make storageclient clusterscoped Signed-off-by: Leela Venkaiah G --- bundle/manifests/ocs.openshift.io_storageclaims.yaml | 10 +--------- bundle/manifests/ocs.openshift.io_storageclients.yaml | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/bundle/manifests/ocs.openshift.io_storageclaims.yaml b/bundle/manifests/ocs.openshift.io_storageclaims.yaml index 4af41198..e1f0db46 100644 --- a/bundle/manifests/ocs.openshift.io_storageclaims.yaml +++ b/bundle/manifests/ocs.openshift.io_storageclaims.yaml @@ -53,15 +53,7 @@ spec: encryptionMethod: type: string storageClient: - properties: - name: - type: string - namespace: - type: string - required: - - name - - namespace - type: object + type: string storageProfile: type: string type: diff --git a/bundle/manifests/ocs.openshift.io_storageclients.yaml b/bundle/manifests/ocs.openshift.io_storageclients.yaml index 01c2192d..95e22b1d 100644 --- a/bundle/manifests/ocs.openshift.io_storageclients.yaml +++ b/bundle/manifests/ocs.openshift.io_storageclients.yaml @@ -12,7 +12,7 @@ spec: listKind: StorageClientList plural: storageclients singular: storageclient - scope: Namespaced + scope: Cluster versions: - additionalPrinterColumns: - jsonPath: .status.phase