docs: fix typo in CloudStack docs

Variable name.

Signed-off-by: Eddie Wang <bonjour@eddiewang.me>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Eddie Wang 2024-10-02 12:31:12 -07:00 committed by Andrey Smirnov
parent 74861573a7
commit 7d02eb60f4
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ Make any adjustments to the `controlplane.yaml` and/or `worker.yaml` as you like
Next we will create the actual VM and supply the `controlplane.yaml` as base64 encoded `userdata`.
```bash
$ cmk deploy virtualmachine zoneid=${ZONEID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
$ cmk deploy virtualmachine zoneid=${ZONE_ID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
{
"virtualmachine": {
"account": "admin",

View File

@ -148,7 +148,7 @@ Make any adjustments to the `controlplane.yaml` and/or `worker.yaml` as you like
Next we will create the actual VM and supply the `controlplane.yaml` as base64 encoded `userdata`.
```bash
$ cmk deploy virtualmachine zoneid=${ZONEID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
$ cmk deploy virtualmachine zoneid=${ZONE_ID} templateid=${IMAGE_ID} serviceofferingid=${SERVICEOFFERING_ID} networkIds=${NETWORK_ID} name=talosdemo usersdata=$(base64 controlplane.yaml | tr -d '\n')
{
"virtualmachine": {
"account": "admin",