Skip to content

Commit

Permalink
Fixed indentation for the spec.actualVGNameOnTheNode in the LVMVolume…
Browse files Browse the repository at this point in the history
…Group resource listing

Signed-off-by: Rinat Mukaev <[email protected]>
  • Loading branch information
Rinat Mukaev committed Nov 21, 2024
1 parent 32a4bd4 commit 64c25e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ There are two ways to create an `LVMVolumeGroup` resource:
values:
- dev-07ad52cef2348996b72db262011f1b5f896bb68f
- dev-e90e8915902bd6c371e59f89254c0fd644126da7
actualVGNameOnTheNode: "vg-0"
actualVGNameOnTheNode: "vg-0"
```
```yaml
Expand All @@ -96,7 +96,7 @@ There are two ways to create an `LVMVolumeGroup` resource:
blockDeviceSelector:
matchLabels:
kubernetes.io/hostname: node-0
actualVGNameOnTheNode: "vg-0"
actualVGNameOnTheNode: "vg-0"
```
* An example of a resource for creating a local `LVM Volume Group` and a `Thin-pool` on it from multiple `BlockDevices`:
Expand Down
4 changes: 2 additions & 2 deletions docs/USAGE_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ description: Использование и примеры работы конт
values:
- dev-07ad52cef2348996b72db262011f1b5f896bb68f
- dev-e90e8915902bd6c371e59f89254c0fd644126da7
actualVGNameOnTheNode: "vg-0"
actualVGNameOnTheNode: "vg-0"
```
```yaml
Expand All @@ -96,7 +96,7 @@ description: Использование и примеры работы конт
blockDeviceSelector:
matchLabels:
kubernetes.io/hostname: node-0
actualVGNameOnTheNode: "vg-0"
actualVGNameOnTheNode: "vg-0"
```
* Пример ресурса для создания локальной `LVM Volume Group` и `Thin-pool` на ней из нескольких `BlockDevice`:
Expand Down

0 comments on commit 64c25e7

Please sign in to comment.