Skip to content

Commit

Permalink
Minor nit: fix template names (#1418)
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
Co-authored-by: Prajyot-Parab <[email protected]>
  • Loading branch information
1 parent 4a34d58 commit 855a596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/topics/powervs/clusterclass-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
--target-namespace default \
--control-plane-machine-count=3 \
--worker-machine-count=1 \
--flavor=simple-powervs-clusterclass | kubectl apply -f -
--flavor=powervs-clusterclass | kubectl apply -f -
```
2 changes: 1 addition & 1 deletion docs/book/src/topics/vpc/load-balancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--target-namespace default \
--control-plane-machine-count=1 \
--worker-machine-count=2 \
--flavor=load-balancer | kubectl apply -f -
--flavor=vpc-load-balancer | kubectl apply -f -
```

**Change disk size for the boot volume**
Expand Down

0 comments on commit 855a596

Please sign in to comment.