File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -148,21 +148,16 @@ ExtraMounts parameter
148148=====================
149149To 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
167162Example of using the :code: `ExtraMounts ` parameter:
168163
You can’t perform that action at this time.
0 commit comments