Skip to content

Commit f128d15

Browse files
authored
Merge pull request #1865 from okozachenko1203/doc/fix-block-device-volume-name
fix: fix the block device type name in doc
2 parents 77d1ad0 + 3f806e0 commit f128d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/topics/crd-changes/v1alpha6-to-v1alpha7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ additionalBlockDevices:
226226
- name: database
227227
sizeGiB: 50
228228
storage:
229-
type: volume
229+
type: Volume
230230
```
231231

232232
Here is an example on how to use `additionalBlockDevices` for adding an additional Cinder volume attached
@@ -237,7 +237,7 @@ additionalBlockDevices:
237237
- name: database
238238
sizeGiB: 50
239239
storage:
240-
type: volume
240+
type: Volume
241241
volume:
242242
type: my-volume-type
243243
availabilityZone: az0

0 commit comments

Comments
 (0)