Skip to content

Commit

Permalink
Merge pull request #105 from deckhouse/LVMVolumeGroup-resource-listin…
Browse files Browse the repository at this point in the history
…g-fix

[docs] Fix indentation for the spec.actualVGNameOnTheNode field
  • Loading branch information
z9r5 authored Nov 22, 2024
2 parents 32a4bd4 + 64c25e7 commit 56e26cf
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 56e26cf

Please sign in to comment.