Skip to content

Commit

Permalink
Correct formatting of ceph doc
Browse files Browse the repository at this point in the history
The yaml block was not formatted within ```example``` causing it to
be formatted as a paragraph in a single line.
  • Loading branch information
rdhasman committed Aug 1, 2024
1 parent 60230c4 commit 1611cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ceph_backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mounted by the cinder pods using the `extraMounts` feature.
Create a secret by generating the following file and then apply it using the `oc`
cli.

```
---
apiVersion: v1
kind: Secret
Expand All @@ -27,7 +28,7 @@ stringData:
[global]
fsid = 7a1719e8-9c59-49e2-ae2b-d7eb08c695d4
mon_host = 10.1.1.2,10.1.1.3,10.1.1.4

```

Add the following to the spec of the Cinder CR and then apply it using the `oc`
cli.
Expand Down

0 comments on commit 1611cde

Please sign in to comment.