Skip to content

Commit

Permalink
bundle: update bundle to make storageclient clusterscoped
Browse files Browse the repository at this point in the history
Signed-off-by: Leela Venkaiah G <[email protected]>
  • Loading branch information
leelavg committed Apr 5, 2024
1 parent 43f72ec commit 5631944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions bundle/manifests/ocs.openshift.io_storageclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/ocs.openshift.io_storageclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
listKind: StorageClientList
plural: storageclients
singular: storageclient
scope: Namespaced
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.phase
Expand Down

0 comments on commit 5631944

Please sign in to comment.