Skip to content

Commit 70ca56c

Browse files
hmanwani-rhopenshift-cherrypick-robot
authored andcommitted
Incorporate QE suggestion
1 parent 31a1afb commit 70ca56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/admin/proc-mount-directories-pvcs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Starting from `v1alpha3`, you can mount directories from pre-created PersistentV
77
* You have understanding of the mounting logic:
88
** If `spec.application.extraFiles.pvcs[].mountPath` is defined, the PVC is mounted to the specified path.
99
** If `spec.application.extraFiles.pvcs[].mountPath` is not defined, the PVC is mounted under the path specified in `spec.application.extraFiles.mountPath/`.
10-
** If neither `mountPath` is defined, the PVC defaults to `/opt/app-root/src` or you can use {product-very-short} container working directory (if defined).
10+
** If `mountPath` is not defined, the PVC defaults to `/opt/app-root/src`, or you can use the {product-very-short} container's working directory if it is specified.
1111

1212
.Procedure
1313
. Define the PVCs using the following YAML example:

0 commit comments

Comments
 (0)