Skip to content

Commit

Permalink
fix: fix the block device type name in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 authored Feb 6, 2024
1 parent 84e1f4e commit 3f806e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/topics/crd-changes/v1alpha6-to-v1alpha7.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ additionalBlockDevices:
- name: database
sizeGiB: 50
storage:
type: volume
type: Volume
```

Here is an example on how to use `additionalBlockDevices` for adding an additional Cinder volume attached
Expand All @@ -237,7 +237,7 @@ additionalBlockDevices:
- name: database
sizeGiB: 50
storage:
type: volume
type: Volume
volume:
type: my-volume-type
availabilityZone: az0
Expand Down

0 comments on commit 3f806e0

Please sign in to comment.