Skip to content

Commit 93bfc4b

Browse files
authored
Update README.md
1 parent 5698c26 commit 93bfc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ oc process -f ./mongodb-ocs-persistent.yaml -l name=mongodb\
1414
```
1515

1616
## How it works
17-
If you look at the template you will notices that the PersistentVolume defined uses an annotation to select the storage class for CephFS -
17+
If you look at the template you will notices that the PersistentVolume defined uses an annotation to select one of the storage classes for OCS -
1818
```
1919
<snip>
2020
2121
kind: PersistentVolumeClaim
2222
metadata:
2323
annotations:
24-
volume.beta.kubernetes.io/storage-class: ocs-storagecluster-cephfs
24+
volume.beta.kubernetes.io/storage-class: ocs-storagecluster-ceph-rbd
2525
2626
<snip>
2727
```

0 commit comments

Comments
 (0)