Skip to content

Commit

Permalink
Update docs/book/src/user/quick-start.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart Jern <lennart.jern@gmail.com>
  • Loading branch information
Max Rantil and lentzi90 committed Jan 26, 2024
1 parent d888e2a commit 56b5016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ Next, create a Kubernetes secret using this configuration to securely store your
You can create this secret for example with:
```bash
kubectl create secret generic capi-quickstart-cloud-conf --from-file=cloud.conf
kubectl -n kube-system create secret generic cloud-config --from-file=cloud.conf
```
{{#/tab }}
Expand Down

0 comments on commit 56b5016

Please sign in to comment.