Skip to content

Commit 73f3c9f

Browse files
Minor nit: fix template names (#1417)
Signed-off-by: Prajyot-Parab <[email protected]> Co-authored-by: Prajyot-Parab <[email protected]>
1 parent 2ba1292 commit 73f3c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/topics/powervs/clusterclass-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
--target-namespace default \
2525
--control-plane-machine-count=3 \
2626
--worker-machine-count=1 \
27-
--flavor=simple-powervs-clusterclass | kubectl apply -f -
27+
--flavor=powervs-clusterclass | kubectl apply -f -
2828
```

docs/book/src/topics/vpc/load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--target-namespace default \
2727
--control-plane-machine-count=1 \
2828
--worker-machine-count=2 \
29-
--flavor=load-balancer | kubectl apply -f -
29+
--flavor=vpc-load-balancer | kubectl apply -f -
3030
```
3131

3232
**Change disk size for the boot volume**

0 commit comments

Comments
 (0)