Skip to content

Commit 46ff1a8

Browse files
authored
Update persistent-volumes.md
Minor corrections.
1 parent 40c4c04 commit 46ff1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ and `CrossNamespaceVolumeDataSource`
11231123
the kube-apiserver, kube-controller-manager.
11241124
Also, you must enable the `CrossNamespaceVolumeDataSource` feature gate for the csi-provisioner.
11251125

1126-
Enabling the `CrossNamespaceVolumeDataSource` feature gate allow you to specify
1126+
Enabling the `CrossNamespaceVolumeDataSource` feature gate allows you to specify
11271127
a namespace in the dataSourceRef field.
11281128

11291129
{{< note >}}
@@ -1138,7 +1138,7 @@ Gateway API before you can use this mechanism.
11381138

11391139
## Data source references
11401140

1141-
The `dataSourceRef` field behaves almost the same as the `dataSource` field. If either one is
1141+
The `dataSourceRef` field behaves almost the same as the `dataSource` field. If one is
11421142
specified while the other is not, the API server will give both fields the same value. Neither
11431143
field can be changed after creation, and attempting to specify different values for the two
11441144
fields will result in a validation error. Therefore the two fields will always have the same

0 commit comments

Comments
 (0)