Skip to content

Commit

Permalink
Merge pull request rook#13802 from microyahoo/nit
Browse files Browse the repository at this point in the history
mds: fix incorrect comment on crd resource requirements
  • Loading branch information
subhamkrai authored Feb 22, 2024
2 parents d1e3006 + 4e9e4c5 commit 459604a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/CRDs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -7470,7 +7470,7 @@ Kubernetes core/v1.ResourceRequirements
</td>
<td>
<em>(Optional)</em>
<p>The resource requirements for the rgw pods</p>
<p>The resource requirements for the mds pods</p>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/rook-ceph/templates/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6498,7 +6498,7 @@ spec:
description: PriorityClassName sets priority classes on components
type: string
resources:
description: The resource requirements for the rgw pods
description: The resource requirements for the mds pods
nullable: true
properties:
claims:
Expand Down
2 changes: 1 addition & 1 deletion deploy/examples/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6493,7 +6493,7 @@ spec:
description: PriorityClassName sets priority classes on components
type: string
resources:
description: The resource requirements for the rgw pods
description: The resource requirements for the mds pods
nullable: true
properties:
claims:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/ceph.rook.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ type MetadataServerSpec struct {
// +optional
Labels Labels `json:"labels,omitempty"`

// The resource requirements for the rgw pods
// The resource requirements for the mds pods
// +kubebuilder:pruning:PreserveUnknownFields
// +nullable
// +optional
Expand Down

0 comments on commit 459604a

Please sign in to comment.