Skip to content

Commit

Permalink
docs: update indentation in vip.md
Browse files Browse the repository at this point in the history
Wrong YAML indentation.

Signed-off-by: AvnarJakob <75129695+AvnarJakob@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
AvnarJakob authored and smira committed Feb 8, 2024
1 parent 383e528 commit 61c3331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions website/content/v1.5/talos-guides/network/vip.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ machine:
interfaces:
- deviceSelector:
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
dhcp: true
vip:
ip: 192.168.0.15
dhcp: true
vip:
ip: 192.168.0.15
```

## Caveats
Expand Down
6 changes: 3 additions & 3 deletions website/content/v1.6/talos-guides/network/vip.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ machine:
interfaces:
- deviceSelector:
busPath: "0*" # should select any hardware network device, if you have just one, it will be selected
dhcp: true
vip:
ip: 192.168.0.15
dhcp: true
vip:
ip: 192.168.0.15
```

## Caveats
Expand Down
6 changes: 3 additions & 3 deletions website/content/v1.7/talos-guides/network/vip.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ machine:
interfaces:
- deviceSelector:
physical: true # should select any hardware network device, if you have just one, it will be selected
dhcp: true
vip:
ip: 192.168.0.15
dhcp: true
vip:
ip: 192.168.0.15
```

## Caveats
Expand Down

0 comments on commit 61c3331

Please sign in to comment.