Skip to content

Commit

Permalink
code blocks in dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 13, 2024
1 parent 78c4409 commit 3f948d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/snap/howto/storage/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ attach the role to the instance.
For a control plane node:

```{dropdown} Control Plane Policies
```json
{
"Version": "2012-10-17",
"Statement": [
Expand Down Expand Up @@ -99,9 +100,12 @@ For a control plane node:
}
```

```
For a worker node:
```{dropdown} Worker Policies
```json
{
"Version": "2012-10-17",
"Statement": [
Expand All @@ -124,6 +128,8 @@ For a worker node:
}
```

```
## Set your host name
Expand Down Expand Up @@ -181,6 +187,7 @@ Here is a YAML definition file that sets appropriate defaults for you, it
configures the necessary service accounts, roles, and daemonsets:
```{dropdown} CCM deployment manifest
```yaml
---
apiVersion: apps/v1
kind: DaemonSet
Expand Down Expand Up @@ -353,6 +360,8 @@ subjects:
namespace: kube-system
```
```
After a moment, you should see the cloud controller manager pod was
successfully deployed.
Expand Down

0 comments on commit 3f948d4

Please sign in to comment.