Skip to content

Commit

Permalink
fix mdlint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 13, 2024
1 parent cdb3e84 commit 80771f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/snap/howto/storage/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ policies to the role. Once the role is created with the required policies,
attach the role to the instance.

For a control plane node:

```json
{
"Version": "2012-10-17",
Expand Down Expand Up @@ -99,6 +100,7 @@ For a control plane node:
```

For a worker node:

```json
{
"Version": "2012-10-17",
Expand Down Expand Up @@ -351,7 +353,8 @@ subjects:
namespace: kube-system
```
After a moment, you should see the cloud controller manager pod was successfully deployed.
After a moment, you should see the cloud controller manager pod was
successfully deployed.
```
NAME READY STATUS RESTARTS AGE
Expand Down

0 comments on commit 80771f0

Please sign in to comment.