Skip to content

Commit

Permalink
docs: fix install disk name in the examples
Browse files Browse the repository at this point in the history
We should always use raw devices.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed May 5, 2021
1 parent 44eaa7d commit 52647f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/website/content/docs/v0.1/Configuration/servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
configPatches:
- op: replace
path: /machine/install/disk
value: /dev/sda1
value: /dev/sda
```

The install disk patch can also be set on the `ServerClass`:
Expand All @@ -63,7 +63,7 @@ spec:
configPatches:
- op: replace
path: /machine/install/disk
value: /dev/sda1
value: /dev/sda
```

## Server Acceptance
Expand Down
4 changes: 2 additions & 2 deletions docs/website/content/docs/v0.2/Configuration/servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
configPatches:
- op: replace
path: /machine/install/disk
value: /dev/sda1
value: /dev/sda
```

The install disk patch can also be set on the `ServerClass`:
Expand All @@ -63,7 +63,7 @@ spec:
configPatches:
- op: replace
path: /machine/install/disk
value: /dev/sda1
value: /dev/sda
```

## Server Acceptance
Expand Down
4 changes: 2 additions & 2 deletions docs/website/content/docs/v0.3/Configuration/servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
configPatches:
- op: replace
path: /machine/install/disk
value: /dev/sda1
value: /dev/sda
```

The install disk patch can also be set on the `ServerClass`:
Expand All @@ -63,7 +63,7 @@ spec:
configPatches:
- op: replace
path: /machine/install/disk
value: /dev/sda1
value: /dev/sda
```

## Server Acceptance
Expand Down

0 comments on commit 52647f9

Please sign in to comment.