Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix indentation for the spec.actualVGNameOnTheNode field #105

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading