Skip to content

Commit c338646

Browse files
committed
Update doc
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent e6aeba9 commit c338646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/additional-configuration.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ By default, resources will be mounted based on the resource name:
141141
Mounting resources can be additionally configured via **annotations**:
142142

143143
* `controller.devfile.io/mount-path`: configure where the resource should be mounted
144+
* `controller.devfile.io/mount-sub-path`: for persistent volume claims only, configure a subpath within the PVC to mount instead of its root
144145
* `controller.devfile.io/mount-access-mode`: for secrets and configmaps only, configure file permissions on files mounted from this configmap/secret. Permissions can be specified in decimal (e.g. `"511"`) or octal notation by prefixing with a "0" (e.g. `"0777"`)
145146
* `controller.devfile.io/mount-as`: for secrets and configmaps only, configure how the resource should be mounted to the workspace
146147
+

0 commit comments

Comments
 (0)