Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raaizik committed Mar 28, 2024
1 parent e5ead6c commit 3379dbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -83,6 +86,7 @@ spec:
type: string
required:
- clusterId
- clusterName
- namespacedName
- operatorVersion
- platformVersion
Expand Down
4 changes: 4 additions & 0 deletions deploy/ocs-operator/manifests/storageconsumer.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -82,6 +85,7 @@ spec:
type: string
required:
- clusterId
- clusterName
- namespacedName
- operatorVersion
- platformVersion
Expand Down

0 comments on commit 3379dbe

Please sign in to comment.