Skip to content

Commit

Permalink
Update vm-instance to not include vm-disk prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Dec 27, 2024
1 parent 4afcc3c commit efbeb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ The first disk is always bootable, and the VM will attempt to boot from it.
```yaml
disks:
- name: vm-disk-example-system
- name: vm-disk-example-data
- name: example-system
- name: example-data
```
The rest parameters are similar to Virtual Machine (simple)
Expand Down

0 comments on commit efbeb79

Please sign in to comment.