Skip to content

Commit 6520bec

Browse files
Merge pull request #303 from kstrenkova/extramounts-doc-minor-update
Fix indents in extraMounts documentation
2 parents 65c78a1 + 6080a4a commit 6520bec

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

docs/source/crds.rst

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -148,21 +148,16 @@ ExtraMounts parameter
148148
=====================
149149
To correctly use the :code:`ExtraMounts` parameter, follow these steps:
150150

151-
1. Set the :code:`propagation` field
151+
1. Set the :code:`propagation` field. Set this field based on the test
152+
scope (e.g., Tempest, Tobiko) to control where the mount is applied.
152153

153-
Set this field based on the test scope (e.g., Tempest, Tobiko) to
154-
control where the mount is applied.
154+
2. Set the :code:`volumes` field. Define the list of volume sources
155+
to be mounted. The name assigned here is later referenced in the
156+
:code:`mounts` field.
155157

156-
2. Set the :code:`volumes` field
157-
158-
Define the list of volume sources to be mounted. The name assigned
159-
here is later referenced in the :code:`mounts` field.
160-
161-
3. Set the :code:`mounts` field
162-
163-
Specify where each volume should be mounted in the Pod. Each entry
164-
should include the name of a volume from the :code:`volumes` field
165-
and the target mount path.
158+
3. Set the :code:`mounts` field. Specify where each volume should be
159+
mounted in the Pod. Each entry should include the name of a volume
160+
from the :code:`volumes` field and the target mount path.
166161

167162
Example of using the :code:`ExtraMounts` parameter:
168163

0 commit comments

Comments
 (0)